Split PDF

Got one big PDF when you only need a few pages out of it? This free Split PDF tool carves it up. Upload the file, choose your pages, and download exactly the sections you want. Handy when you need just a part:

  • Pull a single chapter from a manual
  • Separate one invoice from a batch
  • Split a scan into individual files
  • Extract a signed page from a contract

A Quick Word on IronPDF

IronPDF is the C# PDF library trusted by thousands of .NET developers in production. It splits and extracts pages into separate PDFs from C#, ideal for breaking large documents into clean parts.

using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
PdfDocument firstPage = pdf.CopyPage(0);
firstPage.SaveAs("page1.pdf");
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
PdfDocument firstPage = pdf.CopyPage(0);
firstPage.SaveAs("page1.pdf");
Imports IronPdf

Dim pdf = PdfDocument.FromFile("document.pdf")
Dim firstPage As PdfDocument = pdf.CopyPage(0)
firstPage.SaveAs("page1.pdf")
$vbLabelText   $csharpLabel

See it in C#: Merge & split PDFs

Free and Built for Everyday Use

This tool is completely free and made for quick, practical use, no signup, no limits, no catch. Built with love by IronPDF.

Need More Than PDFs?

When the project grows beyond PDF work, the Iron Suite bundles ten .NET libraries into a single license: IronOCR for reading text from images in 125 languages, IronBarcode for generating and scanning codes, plus IronXL, IronWord, IronPPT, and more. Start your 30-day Iron Suite trial key today, no credit card required.