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
Split PDF COM Component is for ASP, Cold Fusion, PHP, VB, VC, .NET and other languages.
This software does NOT require Acrobat, Split PDF COM Component is designed for server or desktop usage. Split PDF software automates the process of splitting multiple PDF files, you can split an existing pdf file or a list of files, the result file is optimized for space, PDF Size optimization is over 50% better than splitting files in Acrobat and using other tools that use Acrobat to split, Split PDF also retains file version information. In our tests the splitting speed is up to 70 times quicker than Acrobat 7 split + save!
Example .asp, vb, .net, vc++, coldfusion & php code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("SplitPDF.SplitPDFCom.1") Obj.getSplitPDFFile("c:\\input.pdf", "c:\\output.pdf", "1-2")
simple VC++ example of usage:-
SplitPDFLib::ISplitPDFComPtr *test = NULL; struct __declspec(uuid("{33D24183-7D5E-43B1-8A0C-2146D223C15A}")) IClass; test = new SplitPDFLib::ISplitPDFComPtr( __uuidof(IClass) ); (*test)->getSplitPDFFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf",(char *)(_bstr_t)"1-2");
simple VB example of usage:-
Dim obj As SplitPDFLib.SplitPDFCom Set obj = New SplitPDFLib.SplitPDFCom obj.GetSplitPDFFile("C:\input.pdf","C:\output.pdf","1-2")
simple ASP .NET using C# example of usage:-
SplitPDF.SplitPDFCom SplitPDF = new SplitPDF.SplitPDFCom(); SplitPDF.getSplitPDFFile("C:\input.pdf","C:\output.pdf","1-2");
simple PHP example of usage:-
$Obj = new COM("SplitPDF.SplitPDFCom"); $SplitPDF = $Obj->getSplitPDFFile("C:\\input.pdf","C:\\output.pdf","1-2");
simple ColdFusion example of usage:-
<cfobject action = "Create" type = "COM" class = "SplitPDF.SplitPDFCom" name = "Obj"> <cfset SplitPDF = #Obj.getSplitPDFFile("C:\input.pdf","C:\output.pdf","1-2")#>
Main Features 1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, Vista, 2003, 2008, Windows 7 2. Automates the process of splitting multiple PDF files 3. Split individual pages e.g. 1,7 ranges e.g. 1-5,9-10 groups e.g. 5s, odd pages, even pages 4. Batch list processing, split lists of files in a list text file 5. Command Line options for automation 6. Doesn't require Acrobat 7. PDF Size Optimization over 50% better than Acrobat 8. Retains PDF version information, e.g. PDF 1.4 in = PDF 1.4 out, where Acrobat 7 saves 1.4 to new 1.6 9. Written in VC++ for ultimate speed 10. Example ASP, VB, .NET, VC++, ColdFusion & PHP usage code included 11. Full HTML Help