Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software Awards
Product Details
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");
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.