|
Download
v1.00 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
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++ usage code included
11. Full HTML Help
What's new ?
v1.00
2nd May 2006
1. first release.
|
|
LATEST
NEWS - 2nd May 2006
What is Split PDF COM Component ?
Split PDF COM Component is for ASP, Cold
Fusion, 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++ 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");
|
|
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.
|