An open API service indexing awesome lists of open source software.

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.

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!