PDF Tools
PDF Split API
Split PDF documents into individual pages or extract specific page ranges. Perfect for document processing workflows.
Split by Pages
Extract individual pages or split into single-page PDFs automatically.
Custom Ranges
Extract pages 1-5, 10-15, or any custom range you need.
ZIP Output
Get all split pages in a convenient ZIP archive for easy download.
Quick Start
curl -X POST "https://api.chargedapi.com/pdf/split" \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "pages=1-5,10,15-20"