Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 438 Bytes

File metadata and controls

21 lines (13 loc) · 438 Bytes

booklet-style-PDF-reordering-python-script

a very simple python script for reordering a PDF file in a foldable booklet style.

Two pdf pages per face, and you can fold the printed papers in the middle, and read it like a normal book.

requirement

pip install PyPDF2

Usage

python main.py input_file.pdf

note

make sure you select printing on both side and see if the printed paper is what you want ;)