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
- Save the document as PDF using cmd + P -> 'Save as PDF'
TODO:
- Make draggable elements
- Upload media feature