Edit you PDF!!!
References: https://automatetheboringstuff.com/2e/chapter15/
Add a GUI/Turn it into a web application
Add parser for command line to do multiple commands at once e.g. merge (cut pdf1) pdf2
Tested working with Python 3.8.5
Install venv (py -3.8 -m pip install virtualenv)
Windows installation
- clone repository
- cd pdf-editor
- py -3.8 -m venv venv
- venv\Scripts\activate
- pip install PyPDF2
- cd src
- run commands
- deactivate
cut.py pdf_file start end new_pdf_file
merge.py new_pdf_file pdf_file_1 pdf_file_2 ... pdf_file_n