https://github.com/mebus/pydeletepdfpages
Simple Python Script to delete pages from a pdf file.
https://github.com/mebus/pydeletepdfpages
Last synced: over 1 year ago
JSON representation
Simple Python Script to delete pages from a pdf file.
- Host: GitHub
- URL: https://github.com/mebus/pydeletepdfpages
- Owner: Mebus
- Created: 2017-07-28T17:16:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T15:00:46.000Z (over 3 years ago)
- Last Synced: 2025-05-06T11:11:31.447Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyDeletePdfPages
## Purpose
Simple Python3 Program to delete pages from a PDF file.
Use https://www.sejda.com/delete-pdf-pages to generate the input string for
deletion.
## Installation
* Dowload the script.
* sudo pip3 install PyPDF2
## Usage
./pyDeletePdfPages.py filename.pdf 1,3,10
The output will be written to deleted_filename.pdf
Have a lot of fun!