|
Download
v1.10 2.7mb
Download
Link 1
Other Products Available
Menu Links
News
Register/Buy
Trial Restrictions
Full Features List
Known Issues/Bugs
Forum
Contact
Main Features
1. Supports Windows 95, 98, ME, NT4, Windows
2000, XP, Vista, 2003, 2008 & Windows 7
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. Batch list
processing, nup lists of files in a list text file
9. Doesn't require Acrobat
10. Full HTML Help.
What's new ?
v1.10
1st September 2010
1. fixed an issue with Acrobat 9 files
.
|
|
LATEST
NEWS - 1st September 2010
What is PDFnUP COM Component ?
PDFnUP COM Component is for ASP, .NET, PHP, Cold Fusion, VB, VC and other
languages.
PDFnUP software automates the process of 2up'ing, 4up'ing or 6up'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 duplex options for outer-in for booklets, so for e.g. 2up 8 pages source you get output pages: 8,1 2,7 6,3 4,5 - 4 pages output for duplex printing. 4,1 2,3 and 1,4 2,3 duplex options also.
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.
Example .asp, vb, .net, php, cold fusion, perl & vc++ code included
simple ASP example of usage:-
(2up a pdf file)
Set obj = Server.CreateObject("PDFnUP.PDFnUPCom.1")
result = CStr(obj.getPDFnUPFile("c:\\input.pdf", "c:\\output.pdf")
simple VC++ example of usage:-
PDFnUPLib::IPDFnUPComPtr *test = NULL;
struct __declspec(uuid("{99D24111-7D5E-43B1-8A0C-2146D223C1FF}")) IClass;
test = new PDFnUPLib::IPDFnUPComPtr( __uuidof(IClass) );
(*test)->getPDFnUPFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf");
simple VB example of usage:-
Dim obj As PDFnUPLib.PDFnUPCom
Set obj = New PDFnUPLib.PDFnUPCom
obj.GetPDFnUPFile("C:\input.pdf","C:\output.pdf")
simple ASP .NET using C# example of usage:-
PDFnUP.PDFnUPCom obj = new PDFnUP.PDFnUPCom();
obj.GetPDFnUPFile("C:\input.pdf","C:\output.pdf");
|
|
Save
Time with
SFV
Checker, ensure your multi-volume file archives are complete and accurate!

Correct Naming
Rename multi-
archives on the fly, e.g. Correct file naming for .001, .002, .003 files
into .rar, .r00, r01 files.

HTML Help
Full help with
walk-thru guide.
|