Paperbolt is now live on the Shopify App Store Browse the listing

Split a PDF

Split one PDF into individual pages. Each page comes back as its own file.

Max 5 MB per file. Files are processed in memory and removed within one hour. Returns: Zip of per-page PDFs.

How it works

Drop in a single PDF. The response is a zip archive containing one PDF per page.

Building this into your app?

The same operation runs under the API endpoint shown below for authenticated calls.

/api/v1/pdf/split

See the API docs for examples.