PDF Split Merge ActiveX Component

Features |  FAQ | History | Manual | Support | Buy! | Clients

PDF Split Merge ActiveX Component can split and merge PDF files for you easily. It is a standalone component and does not depend on Adobe Acrobat, or even Acrobat Reader.

PDF Split Merge can be used to split files by pages, you can split the file into single pages or save every a few pages as a new file, it also can be used to merge multiple PDF files or selected pages from one or more files into a PDF file, preservation of original links, and form fields.

PDF Split Merge can be easily integrated into applications written in languages that support ActiveX Component such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages,  Java, Scripts like Perl, Php, Python.

Free Download & Try Now Play with the working demos before purchase without any risk!
Buy Now
. Get the registration code instantly. $149.95 For Single Developer License.

PDF Split Merge is .Net ready, you can integrate it into your web application to provide PDF split and merge solutions for your users. Registered version can be deployed or redistributed FREE, NO additional runtime fee needed NOW!.

Testimonials

"The Best Program Of Its Kind On The Market!"

Nice features - we can script on the fly to split our PDF files
    ?Bill

Unsure? Unconvinced? I understand. We'll also throw in FREE tech support

But if you're still not sure, try it out for FREE !

We are committed to improving PDF Split Merge Component constantly. See History

Want all PDF releated products? Look at PDF Split and Merge, TIFF To PDF, PDF Security , PDF Stamper
Or get PDFToolkit Pro (All in one PDF ActiveX, split, merge pdf, encrypt, decrypt pdf, convert tiff to pdf, pdf stamper)

Highlight Features:

  • Split PDF files into multiple files by range
  • Merge multiple PDF files into one PDF
  • Standalone, doesn't depend on Adobe Acrobat or Reader
  • Get PDF page number
  • Provide demos in ASP, ColdFusion, VB, VB Script, Delphi, VB.Net, C#, ASP.Net.
  • More demos in other languages on request
  • Support windows 7

Version:

2.0.2010.220

Keywords:

split pdf, merge pdf

System Requirements:

Windows Platform

Methods:

Split(String inputPdf, String split Ranges, String outputPdf)

Description: Split pdf into serveral PDF files by page range.
Parameters:
inputPdf: the pdf to be split
splitRanges: Ranges is defined by page ranges. Each range of pages will be split into a new output pdf. Ranges are separate by character ";". For example, "1;1;1", will generate three pdfs which contains the first page of the inputPdf. "1;2;3;4;1-2,3-4;1", the fifth output pdf will be made up of the 1, 2, 3, 4 page of inputPdf.
outputPdf : output pdf is named with numbers. The name could be "output%d".pdf or "%d.pdf", the component will automatically replace the "%d" with the number of output pdf file in those strings.

Merge(String inputPdfs, String outputPdf)

Description: merge several pdf files into a big pdf file.
Parameters:
inputPdfs: the pdfs to be merged. The files are separated by character "|". For each file, a range can be specified too. For example, "1.pdf|2.pdf" can be used to merge the two pdf files. "1.pdf?1-2|2.pdf?3-4" can be used to merge the 1-2 and 3-4 page of the 1.pdf and 2.pdf.
outputPdf: the output pdf file

LONG GetNumberOfPages(String pdfFile, String password)

Description: get the page number of a pdf file
Parameters:

pdfFile: the pdf file
password: password for opening the pdf. If no password, just pass a empty string "".

Redistribution:

The files that need to redistribute PDF Split Merge Component with applications are:

PDFSplitMerge.dll: the component itself. It needs to be registered as ActiveX by regsvr32 or setup program.

PDFKit.dll: the underline PDF library

Once registered, you can redistribute PDF Split Merge Component royalty-freely. (For details about redistribution, please refer to the license agreement)

Support:

If you have any questions or suggestions regards to PDF Split Merge Component. Please feel free to email us:

Guangming Software

support@guangmingsoft.net , support@guangmingsoft.com

FAQ:

1. What languages does it support?
Answer: A lot. The component is based on ActiveX, which can be used with VB Script, Java script, Perl, Php, Python, ASP, ASP.Net, VB.Net, C#, VB6, Cold Fusion, Delphi, VC++, Java etc. We have provided examples for all of the above languages.

2. How do I register the component?
Answer: Once you buy the component, a registration code will be sent to you by email. After creating an object instance of PDF Split Merge in your favorite programming languages, calling the SetCode method with the code you got by email. In this way, every limitation in trial mode will be removed.

3. Can you do custom development for special usage?
Answer: Sure. Please tell us what you need and we can discuss a cost, and then develop custom version on schedule just for you.

History:

02/20/2010 Bug fixes release
01/18/2008 2008 new release
03/07/2007 Add demos and bug fixes
5/06/2006 Update
PDFKit.dll
2/22/2006 Add: Delphi demo
1/16/2006  Fix: remove dependency on VC DLL.
9/07/2005 Initial Release, split and merge pdf