pygam --input doc.pdf --output imposed.pdf --layout 2x2 --saddle (Java-based) Supports booklet, 2-up, 4-up, and step-and-repeat. No longer actively developed but still works.
sudo apt install pdfjam :
pdfjam --booklet true --paper a4paper --landscape input.pdf --outfile booklet.pdf : imposition software open source
:
(Ubuntu/Debian):
: multivalent.jar from oldversion.com or GitHub mirrors.
pdfjam --nup 2x1 --landscape input.pdf --outfile 2up.pdf (Graphical + Command Line) Perfect for non-technical users. Supports cut marks, creep compensation, and page sorting. pygam --input doc
pip install pygam :