Skip to content

Creates a double sided, center folding booklet from a PDF file.

License

Notifications You must be signed in to change notification settings

alexmead/pdf2booklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Alex R. Mead
Date: Jan. 2024

Description: Take a PDF and transform it into the proper ordering for printing as a "booklet".

Installation

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

Running the Application

$python main.py --pdf_read_filename="<input_pdf_filename>" --pdf_write_filename="<output_pdf_filename>"

About

Creates a double sided, center folding booklet from a PDF file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages