Author: Alex R. Mead
Date: Jan. 2024
Description: Take a PDF and transform it into the proper ordering for printing as a "booklet".
This is a python module built using Python Version 3.10.8.
To begin, create a virtual environment and install the dependencies using pip.
$python -m venv .venv
$source .venv/bin/activate
$python -m pip install -U pip
$python -m pip install -r requirements.txt
$python main.py --pdf_read_filename="<input_pdf_filename>" --pdf_write_filename="<output_pdf_filename>"