Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 249 Bytes

File metadata and controls

10 lines (9 loc) · 249 Bytes

To get started:

$ pip install PyMuPDF

To delete pages 0, 22, and 58 from python_cheat_sheet.pdf:

$ python deleting_pages_from_pdf.py python_cheat_sheet.pdf 0 22 58
Modified PDF saved as python_cheat_sheet_modified.pdf.