Download v1.09  1.1mb
Download Link 1

Other Products Available

Menu Links
News

Register/Buy
Trial Restrictions

Full Features List
Known Issues/Bugs
Knowledge Base
Forum
Contact

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

What's new ?
v1.09
24th September 2010
1. added fix for certain type of pdf created by iText
2. added -remove option for removing bookmarks e.g. paramaters: "1-2 -remove"

  What is Split PDF COM Component ?

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")#>

 

Split PDF COM Component

 

Automates the process of splitting multiple pdf files

 

Split on n pages

 

Batch List processing

 

Retains PDF Version

 

Supports all COM compatible languages

 

Examples in ASP, VB, PHP, ColdFusion, .NET & VC++

 

Written in C++ for ultimate speed