HTML to PDF Converter for .NET - Free Converter Application
 PDF Merge/Split - PDF Security - RTF to PDF Converter - Charts

 
Skip Navigation Links
Home
PDF ToolsExpand PDF Tools
Reporting ToolsExpand Reporting Tools
Online DemoExpand Online Demo
Download
Buy NowExpand Buy Now
SupportExpand Support
ContactExpand Contact
 

PDF Split Library for .NET 2.0

The PDF Split library for .NET can be linked into any .NET application, either ASP.NET web sites or Windows Forms applications, to add pdf split capabilities to your application.

With Winnovative PDF Split for .NET 2.0 you can extract a range of pages from a PDF document or you can split the PDF document in a number of chunks, each chunk containing a specified number of pages.

If you need a ready to use tool for splitting and extracting your PDF documents you can use our command line utility. It is a simple application of the split library.

The integration is extremely easy and no additional installation  is necessary in order to get started. It's just a .NET 2.0 assembly that you have to reference in your application.  

Features

PDF Split for .NET Box
.NET 2.0 pdf split development libraries and samples
Win32 PDF Split command line tool with full source code
Extract a range of pages from a PDF document
Split in chunks of the specified length
Get number of pages of a PDF document
Memory and file versions of the API methods
Asp.Net 2.0 Support
Royalty free development libraries and samples



Code Sample

1: PDFSplitManager splitManager = new PDFSplitManager();
2:  
3: if (repeatToEnd)
4:     splitManager.ExtractPagesFromFileToFile(srcPdfFile, outFile,startPageNumber,
                                        splitPageCount, true);
5: else
6:     splitManager.ExtractPagesFromFileToFile(srcPdfFile, outFile,startPageNumber, 
                                        splitPageCount, repeatCount);