Split double-sided PDF
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
km0 e3076a22d0 Init 2 years ago
.gitignore Init 2 years ago
README.md Init 2 years ago
cover.png Init 2 years ago
requirements.txt Init 2 years ago
zac.py Init 2 years ago

README.md

Split pdf pages

zac cover

There is this book i want to print, but the pages are already coupled 2 by 2 and so the booklet printing doesn't work.

This script uses pypdf2 to crop and transform the a4 horizontal pages of the pdf into 2 a5 vertical ones.

Good way to procrastinate eh

Usage

First install the requirements (actually just PyPDF2)

pip install -r requirements.txt

The script takes a input.pdf and gives out a output.pdf.

Then run the code.

python3 zac.py