PDF Surgeon: The High-Performance API for PDF Manipulation
The ultimate serverless toolkit for fast, reliable PDF processing. Merge, Split, Watermark, and Render complex PDFs into high-quality images with a single, simple API call. Built on FastAPI and the blazing-fast PyMuPDF library for unparalleled performance and stability. POST /merge Combine multiple PDF documents into a single file in the order they are uploaded. Parameters: files (required,…
PDF Surgeon: The High-Performance API for PDF Manipulation endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
merge /merge |
Combine multiple PDF documents into a single file in the order they are uploaded. Parameters: files (required, multipart/form-data, file array named files): one entry per PDF to… |
| POST |
split /split |
Extract a specific page range from a PDF and return it as a new document. Parameters: pdf (required, multipart/form-data, file): source PDF. page_range (required,… |
| POST |
PDF to Image /pdf-to-image |
Render a single PDF page as a high-resolution PNG image. Parameters: pdf (required, multipart/form-data, file): source PDF. page_number (required, form int): 1-based page index… |
| POST |
Image to PDF /pdf-to-image |
Convert a single PNG or JPEG upload into a one-page PDF. Parameters: image (required, multipart/form-data, file): PNG/JPEG source. store_temporarily (optional, query bool,… |
| POST |
Watermark /pdf-to-image |
Apply the same semi-transparent text watermark to every page of a PDF. Parameters: pdf (required, multipart/form-data, file): source PDF. text (required, form string): watermark… |
PDF Surgeon: The High-Performance API for PDF Manipulation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $19 / month | — |
|
| MEGA | $39 / month | — |
|