Split a PDF and Extract Pages

IronPDF allows us to split up PDF documents; extracting single pages or page ranges into new IronPdf.PdfDocument objects.

The C# .NET API is IronPdf.PdfDocument.CopyPage, and it can also be thought of as Extracting Pages from one or more PDF files into a new document.

View the Split PDFs How-To Guide