Split and Extract Pages from Any PDF
Extract specific pages or page ranges from any PDF document via REST API. Use flexible page selectors like "1,3,5-7" to get exactly the pages you need. Perfect for document processing pipelines.
# Extract specific pages from a PDF
curl -X POST \
https://api.convertfilefast.com/v2/pdf/split \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "pages=1,3,5-7" \
--output extracted.pdf
# HTTP 200 OK — Content-Type: application/pdfAdvantages
Why use our API?
Complete and reliable solution for integration in any tech stack.
Flexible Page Selection
Use comma-separated pages (1,3,5) and ranges (2-8) in any combination. Example: "1,3,5-7".
Single Request
Extract all desired pages in one API call. Get the result as a new, clean PDF document.
Preserve Formatting
Extracted pages retain all original formatting, fonts, images, and layout from the source PDF.
High Performance
Extract pages from large documents in seconds. No processing delays regardless of source file size.
Pipeline Integration
Chain with other PDF operations in n8n workflows or custom scripts for full document automation.
Secure Processing
Source PDFs are processed in memory and discarded immediately. No files stored on our servers.
Start Splitting PDFs via API
Get your API key and extract pages from PDF documents in seconds. Free plan includes 10 conversions per month.
No credit card. 10 free conversions on Free plan.