← Back to Document Tools
PDF Split
Split a PDF into multiple smaller PDFs by specifying page ranges. Laravel handles the server-side processing.
Drop a PDF file here or click to upload
Uploaded to Laravel API: POST /api/pdf/splitPage Ranges
Example: 1 to 5, 10 to 15. Each range should become one split output.
Tips for cleaner split results
- Use non-overlapping ranges like 1-3 and 4-8.
- Start page must be at least 1 and end page must be equal or greater.
- Each range produces a separate output PDF.
Laravel API Endpoint
POST /api/pdf/split