Download v1.01 
Windows PC Download 1224KB
Linux Download 2.7MB
Macintosh OSX Download 1312KB
Unix AIX Download 1.6MB
SUN Sparc Solaris Download 4.6MB

PDFnUP Help Manual

Other Products Available

Menu Links
News

Buy / Register
Trial Restrictions

Full Features List
Known Issues/Bugs
Forum
Contact

Main Features
1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, 2003 & Vista, Unix AIX 4.3, Linux, Macintosh OSX, SUN Sparc Solaris
2. Automates the nup'ing multiple PDF files.
3. A/B 2up option, e.g. 4 page pdf would be: 1,2 then 3,4
4. Split file 2up option, e.g. 4 page pdf would be: 1,3 then 2,4
5. Down option for 2up'ing downwards on a page
6. Add margins to new pages
7. Change output page size option.
8. Command Line options for automation
9. Batch list processing
10. Full HTML Help.

What's new ?
v1.01
  25th April 2008
1.  see what's new in help for update information.
 

  LATEST NEWS - 25th April 2008
PDFnUP v1.01 is available for download (see left download links), see below for details. NOTE: this product is specifically designed for cross platform server usage.

What is PDFnUP ?



NOTE: This Software does NOT require Acrobat, PDFnUP is designed for server usage.

PDFnUP is a high performance server tool from Traction Software for Windows PC, Unix Aix, Linux, Macintosh OSX, SUN Sparc Solaris
NOTE: This Software does NOT require Acrobat, PDFnUP is designed for server usage.

PDFnUP software automates the process of 2up'ing or 4up'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.
Optional -duplicate option for duplicating pages so you get the same page 1,1 left and right output.
Optional -seq sequence file option for custom sequences of pages in output, see examples folder for examples.
The output page size can also be controlled and the 2nd page position can be offset with margin controls.

Simple command line parameters:

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
 

see full list of features for full list of parameters.

Evaluation Restrictions are:-
Will process first 10 pages only


 

nUP multiple documents with speed & ease.


dir /b test?.pdf > list.txt
..\pdfnup list.txt -fout
del list.txt