shashanoid / Simpdf

Simple PDF text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPdf

Simple pdf editor while preserving structure and format.

Demo: https://simpdf.com/

TO Run

cd backend

pip install -r requirements.txt

Run server:

python run.py

Run Frontend

cd frontend

npm install && npm run start

Steps

  1. Upload a PDF file Image of Yaktocat

  2. All the elements of the pdf file are now editable.

Image of Yaktocat

Image of Yaktocat

  1. Save the document as PDF using cmd + P -> 'Save as PDF'

TODO:

  1. Make draggable elements
  2. Upload media feature

About

Simple PDF text editor


Languages

Language:JavaScript 70.3%Language:CSS 14.4%Language:HTML 10.0%Language:Python 5.3%