Skip to content

fighting41love/Simpdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPdf

Simple pdf editor while preserving structure and format.

Demo: https://simpdf.com/

TO Run

cd backend

pip install -r requirements.txt

Edit UPLOAD_FOLDER and PDF_TO_HTML_FOLDER variables in run.py

brew install pdf2htmlEX

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • CSS 15.2%
  • Python 6.2%
  • HTML 4.8%