Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 361 Bytes

PDF-Player

Simple python utilities to play around with PDF Files

Features Available

  1. Delete page(s) from a PDF
  2. Rotate specific page(s) of a PDF
  3. Rotate complete PDF
  4. Merge multiple PDFs

Pre-requisites for running the application

  1. Python3
  2. Pip3
  3. PyPDF2 library (sudo pip3 install PyPDF2)

How to run

python3 <file_name.py>