Awesome
SIMPdf
Simple pdf editor while preserving structure and format. This is just a glorified hack.
Producthunt: https://www.producthunt.com/products/simpdf#simpdf (lol) <img width="985" alt="Screenshot 2024-10-04 at 5 41 43 PM" src="https://github.com/user-attachments/assets/76089d7c-671f-40c5-adaf-1d98046d643d">
To Run
cd backend
pip install -r requirements.txt
Run server:
python run.py
Run Frontend
cd frontend
npm install && npm run start
Steps
-
Upload a PDF file
-
All the elements of the pdf file are now editable.
- Save the document as PDF using cmd + P -> 'Save as PDF'
TODO:
- Make draggable elements
- Upload media feature