Skip to content

kzhang22/pdfManip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfManip

Tools that allow you to manipulate PDFs.

Progress:

- app.py Flask setup with routes to:
	- / Home page which currently allows for uploading
	- /combine for a page listing current uploaded PDF's in pdfManip/uploads/ folder
	- /uploads/[filename] to view the specific pdf.

- manip.py has the main logic for combining pdfs with PyPDF2 library

To Do List:

- Add a "combine" button on home page and move to /combine view (and use the /combine view as a confirmation page).
- Allow to upload multiple files at once.
- Find a better way to save temporary files before combining them.
- **important: Find a way to run the python script that combines the pdfs through the click of a button
- Delete temporary pdf files after combining them

About

Tools that allow you to manipulate PDFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published