PDF Split API — Split a PDF Into Individual Pages or Ranges
Split a PDF document into individual pages or page ranges. Upload via multipart POST. Free API.
What is PDF Splitting?
PDF splitting divides a multi-page PDF document into separate files based on page ranges. You can extract specific pages, split every page into a separate file, or define custom page ranges (e.g., pages 1-3, 5, 8-10). The split files are returned as a ZIP archive.
How to Use It
POST to /api/v1/pdf-split with a multipart/form-data file upload. Returns a ZIP file containing the split PDFs.
Try it live
Test this endpoint in the interactive console
Open Console →
Frequently Asked Questions
Can I split by specific page ranges?
Yes. Pass a pages parameter with ranges like '1-3,5,8-10' to extract specific pages.