Skip to content

shashanoid/Simpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPdf

Simple pdf editor while preserving structure and format. This is just a glorified hack.

Producthunt: https://www.producthunt.com/products/simpdf#simpdf (lol) Screenshot 2024-10-04 at 5 41 43 PM

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