|
Download
v1.00 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
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.00
18th August 2008
1. first release.
|
|
LATEST
NEWS - 18th August 2008
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 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.
Example .asp, vb, .net, php, cold fusion & 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.
|