User:Simon/Trim4/PDF imposition: Difference between revisions
(Created page with "Using the command line, the process should be as follows:<br> #burst the source PDF $ pdftk source.pdf burst output source-%d.pdf #impose the resulting burst sing...") |
No edit summary |
||
Line 1: | Line 1: | ||
Trying to write my own script(s) to impose pages from a source PDF: | |||
[[File:Impose 01.jpg|600px|frameless|left]] | |||
Using the command line, the process should be as follows:<br> | Using the command line, the process should be as follows:<br> | ||
Revision as of 16:07, 24 September 2019
Trying to write my own script(s) to impose pages from a source PDF:
Using the command line, the process should be as follows:
#burst the source PDF $ pdftk source.pdf burst output source-%d.pdf #impose the resulting burst single page PDFs #impose 2up on a page using imagemagick montage command #assemble imposed PDFs into a single file