Merge and Split
Split PDF
Split a PDF into individual page files packed in a ZIP download.
How it works
Convert files in three steps
The workflow is intentionally direct: upload, process, download. Ready tools run in the app server, while adapter tools are prepared for a production conversion provider.
Upload a PDF.
Each page is extracted as its own PDF.
Download the ZIP archive.
Privacy minded
Built-in tools do not write uploads to permanent storage. Add temporary object storage only when your production backend requires it.
Fast feedback
The interface keeps users informed with upload, processing, success, and error states instead of sending them to a dead end.
Ready to extend
Tool pages and API dispatch are config driven, so advanced providers can be added without rebuilding the site structure.
Questions
PDF conversion FAQ
Can I split by page ranges?
The current workflow extracts every page. Range presets can be added on top of the same engine.
Why is the result a ZIP file?
Splitting creates multiple files, so the browser receives one archive for a cleaner download.
More actions