Download
v1.01
Windows PC Download
Linux Download
Macintosh OSX Download
Unix AIX Download
SUN Sparc Solaris Download
Menu Links
News
Buy / Register
Trial Restrictions
Full Features List
Known Issues/Bugs
Forum
Contact
|
|
FULL
LIST OF FEATURES
 |
Supports Windows 95, 98, ME, NT4, Windows 2000, XP, 2003,
Vista, Unix AIX 4.3, Linux, Macintosh OSX
|
many optional parameters:
<pdf input filename> source pdf filename or list of
files in txt file
<pdf output filename> destination pdf filename
-f folder output, must be second parameter e.g. -fc:\out
-s start page e.g. -s1
-e end page e.g. -e10
-ab 2up A/B type
-split 2up split type
-down 2up down the page
-4up 4up split type (default is 2up)
-duplicate duplicates pages left, right output so you get page 1,1 then
page 2,2 in 2up mode
-seq <sequence file> custom page sequencing, see examples folder
-rightmargin offset for margin for right side of new page (for space
between the pages) e.g. -rightmargin 10 on a A4 page pdf will be A4 + 10 to the
right on new A3 page.
-bottommargin offset for margin for bottom of new top page (for space
between the pages) e.g. -bottommargin 10
-cropbox distination cropbox size can be set manually (optional), e.g. -cropbox
5,5,612,1584
-mediabox distination mediabox size can be set manually (optional), e..g.
-mediabox 0,0,612,1584
Example usage:-
Simple 2up the pdf file a/b
e.g. pdfnup example.pdf out-example-ab.pdf -ab
Simple 4up the pdf file a/b
e.g. pdfnup example.pdf out-example-ab-4up.pdf -ab -4up
Simple duplicate the pdf file a/b
e.g. pdfnup example.pdf out-example-ab-duplicate.pdf -ab -duplicate
Simple 2up the pdf file split method
e.g. pdfnup example.pdf out-example-split.pdf -split
Simple 2up the pdf file a/b downwards
e.g. pdfnup example.pdf out-example-ab.pdf -ab -down
Page range a/b 2up
e.g. pdfnup example.pdf out-example-split.pdf -s1 -e10 -ab
2up the pdf file a/b and set new page size and offset right margin
e.g. pdfnup example.pdf out-example-ab.pdf -ab -mediabox 0,0,612,1584 -cropbox
5,5,612,1584 -rightmargin 120
NOTE: 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 test\test 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
|
|
nUP
multiple documents with speed & ease.
dir /b test?.pdf > list.txt
..\pdfnup list.txt -fout
del list.txt
|