Free tools · PDF
Split PDF
Name the ranges; get one PDF per range.
Free · no sign-up · no watermark · up to 50 MB · uploads deleted after 24 hours, results after 7 days.
How to split pdf
- Drop the PDF.
- Type the page ranges you want as separate files.
- Press Split and download each part.
What happens to your file
Each range becomes its own PDF containing exactly those pages, in the order you wrote them. Text layers, links and annotations on those pages come along.
Pages you do not name are simply not in any output; the original is never changed.
A range past the last page is refused with the page count, rather than producing an empty file.
Questions
How do I extract a single page?
Type its number as the only range, for example "4". You get one PDF with that page.
Can I split every page into its own file?
Type one range per page: "1, 2, 3, 4". The page count is shown once the file is read, so you know where to stop.
Does splitting reduce quality?
No. Pages are copied, not re-rendered.
Can I split an encrypted PDF?
Unlock it first with the Unlock PDF tool; a password-protected file is refused with that message.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "pdf.split",
"options": {
"ranges": [
"1-3",
"4-6"
]
}
}'The same operation, pdf.split — One PDF per page range. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.