jenom / pdfbook2

Create booklets from PDF files
GNU General Public License v3.0
57 stars 11 forks source link

Upside-down pages for double-sided printing are problematic #19

Open derde opened 1 year ago

derde commented 1 year ago

None of my printers seem to position the text on the page with great accuracy. When I print A5 content on A4 paper, the printer does not print the inverted page with the expected margins - specifically the A5 top and bottom margins, which print as the left/right margin on the A4 output, but as the right/left margins when the page is inverted.

I'm searching for an option to suppress the flipping of the page, but not finding it.

SmileyChris commented 1 year ago

You're looking for the --short-edge setting.

derde commented 1 year ago

I was going to say it doesn't do that .. because I've tried ... but when I tried it for two a5's onto a4, it does work. Thanks! pdfbook2 --no-crop --paper=a4paper --outer-margin=15 --inner-margin=0 --top-margin=15 --bottom-margin=15 --signature=4 --short-edge a5.pdf