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 | 2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
cover.png | 2 years ago | |
requirements.txt | 2 years ago | |
zac.py | 2 years ago |
README.md
Split pdf pages
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