Syncfusion Essential PDF is a .NET PDF library that allows you to split a PDF file into different sub-documents quickly and accurately. The split PDF functionality can be used in any .NET application, whether it is Windows Forms, WPF, ASP.NET (Web Forms, MVC, Core), or even UWP, Xamarin.Forms, Xamarin.Android, and Xamarin.iOS. It will help you split, combine, import, and append PDFs with just a few lines of code using C# or VB.NET.
Developers can easily and accurately disassemble a multiple-page PDF document into two or more separate PDF files. It is also possible to generate files with a destination file name pattern. Besides this process, developers can also:
Easily split each page in a PDF document into individual PDF documents using a few lines of C# code as demonstrated in the following sample. Also explore our .NET PDF example that shows how to create and modify PDF files from C# with 5 lines of code on different platforms.
//Load an existing PDF document.
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("Input.pdf");
//Set patterns.
const string destinationFilePattern = "Output" + "{0}.pdf";
//Split the pages into separate documents.
loadedDocument.Split(destinationFilePattern);
//Close the document.
loadedDocument.Close(true);
'Load an existing PDF document.
Dim loadedDocument As New PdfLoadedDocument("Input.pdf")
'Set patterns.
Const destinationFilePattern As String = "Output" + "{0}.pdf"
'Split the pages into separate documents.
loadedDocument.Split(destinationFilePattern)
'Close the document.
loadedDocument.Close(True)
CASE STUDY
Syncfusion’s file format components helped me create the reports I needed, fast. – J. Pereira, Software Developer.
The libraries have been built from scratch and refined for more than a decade to provide blazing-fast performance, comprehensive API, and compatibility across the latest and older versions of these files.
VIDEOS
Syncfusion File Format Libraries - Manipulate Excel, Word, PowerPoint, and PDF files
Read and write Excel, Word, PDF, and PowerPoint files. Also includes integrated visualization capabilities. Advanced features include support for pivot tables, pivot charts, mail-merge, and extensive formatting.
E-BOOK
Succinctly Series: Statistics Using Excel Succinctly
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.