Simple pdf editor while preserving structure and format. This is just a glorified hack.
Producthunt: https://www.producthunt.com/products/simpdf#simpdf (lol)
cd backend
pip install -r requirements.txt
Run server:
python run.py
cd frontend
npm install && npm run start
- Save the document as PDF using cmd + P -> 'Save as PDF'
TODO:
- Make draggable elements
- Upload media feature