PDF-Player
Simple python utilities to play around with PDF Files
Features Available
- Delete page(s) from a PDF
- Rotate specific page(s) of a PDF
- Rotate complete PDF
- Merge multiple PDFs
Pre-requisites for running the application
- Python3
- Pip3
- PyPDF2 library (
sudo pip3 install PyPDF2)
How to run
python3 <file_name.py>