How can I split a pdf document?

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
Alessandro
Posts: 3
Joined: Mon Dec 19 2011

How can I split a pdf document?

Post by Alessandro »

Hi,
how can I split a pdf document?

I know that I can use "PdfSplit utility" but I prefer don't use an external exe...

TIA,
Al3xI98O
Rich
Posts: 76
Joined: Thu Jun 16 2011

Re: How can I split a pdf document?

Post by Rich »

There are two approaches:
1) use Split: will generate n PDF documents when applied to a n-page document (one document per page)
2) use SplitXY: to split the document when a specific text appears.

Both functions are part of PDFCreator and PDFConverter

I have referenced a page from our Documentation section from our website:
http://amyuni.com/WebHelp/Amyuni_Docume ... /Split.htm
Efficient and accurate conversion to PDF, XPS, PDF/A and more. Free trials at - http://www.amyuni.com
Post Reply