# Simpdf **Repository Path**: ufoe/Simpdf ## Basic Information - **Project Name**: Simpdf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/shashanoid/Simpdf/blob/master/Screenshots/Home-new.png?raw=true) 2. All the elements of the pdf file are now editable. ![Image of Yaktocat](https://github.com/shashanoid/Simpdf/blob/master/Screenshots/edit.png?raw=true) ![Image of Yaktocat](https://github.com/shashanoid/Simpdf/blob/master/Screenshots/edit2.png?raw=true) 3. **Save the document as PDF using cmd + P -> 'Save as PDF'** **TODO:** 1. Make draggable elements 2. Upload media feature