lucaliechti / zinedine

Small script to reorder a PDF file to zine format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zinedine

This is a small script that reorders a PDF file to zine format. This means that you can print the obtained PDF two pages per sheet, two-sided flipped on the short side, staple the printed pages together and you will hold in your hands a nicely formatted zine.

Usage

python zinedine.py /path/to/input.pdf /path/to/output.pdf

Prerequisites

  1. Your PDF must
  • be valid
  • have at least one page
  • have all pages in the same format
  1. Install on your system
pip install pypdf2

License

zinedine is licensed under the WTFPL.

Contact

Contact me at luca.liechti@protonmail.ch.

About

Small script to reorder a PDF file to zine format


Languages

Language:Python 100.0%