python-scripts/scripts/PDF-delete-pages
2022-10-05 21:16:00 +05:30
..
example Add screenshots and test examples 2022-10-05 21:12:09 +05:30
README.md Create README.md 2022-10-05 21:16:00 +05:30
script.py Add PDF page deleting script 2022-10-05 21:09:04 +05:30

PDF Delete Pages

A simple Tkinter GUI application that deletes specified pages from a PDF and outputs a new PDF file with only the desired pages.

Installing Requirements

  • Open Windows Command Prompt
  • Run command pip install PyPDF2

Usage

  • Install the requirements (Python3 and PyPDF2 module)
  • Run the application script
  • Select the PDF file
  • Enter page numbers to be deleted
  • Wait for confirmation
  • New PDF file will be generated at the location of the script.

Screenshots

Screenshot1 Screenshot2