
Printing booklets from a PDF
A little while ago, I wrote about how to prepare a document for multi-page printing using the terminal. Today, I had to find a solution for printing a PDF in “booklet” mode, meaning that pages are printed so that, after folding the printed sheets in half and nesting them, the page order reads correctly. On Linux (Ubuntu), I use the pdfbook2 command — a wrapper around pdfjam that reorders pages for booklets. See the pdfjam documentation on CTAN (https://ctan.org/pkg/pdfjam) and the TeX Live distribution (https://tug.org/texlive/) for installation; on Debian/Ubuntu it’s usually available via the texlive-extra-utils package (https://packages.debian.org/search?keywords=texlive-extra-utils). ...