|
|
 |
PDFnUP software automates the process of 2up'ing a pdf document, so for example with a/b 2up page 1 is on the left and page 2 is on the right, with split 2up (4 page document) page 1 is on the left and page 3 is on the right, then page 2 is on the next page left and page 4 is on the right.It has an optional -down parameter for 2up'ing downwards on a page rather than across the page (left, right)The output page size can also be controlled and the 2nd page position can be offset with margin controls.*** we will be updating it in the next month to do 4up & custom sequencing of pages.Simple command line parameters:Simple 2up the pdf file a/be.g. pdfnup example.pdf out-example-ab.pdf -abSimple 2up the pdf file split methode.g. pdfnup example.pdf out-example-split.pdf -splitSimple 2up the pdf file a/b downwardse.g. pdfnup example.pdf out-example-ab.pdf -ab -downPage range a/b 2upe.g. pdfnup example.pdf out-example-split.pdf -s1 -e10 -ab2up the pdf file a/b and set new page size and offset right margine.g. pdfnup example.pdf out-example-ab.pdf -ab -mediabox 0,0,612,1584 -cropbox 5,5,612,1584 -rightmargin 120NOTE: first 2 parameters have to be input file / output file or 2nd parameter -f If your filename has spaces in it then use double quotes around the filename, e.g. "c:my testtest file.pdf"Wildcards * are not permitted, if you want to process many files then do: dir /B *.pdf > list.txt, then pdfnup list.txt -fout see full list of features for full list of parameters.Evaluation Restrictions are:- Will process first 10 pages only
|