PDF Ops API
PDF Ops API is a powerful and flexible RESTful API for performing a variety of PDF operations programmatically. Built with FastAPI and Python, this API enables developers to automate PDF tasks without the need for complex tools or manual editing. Key Features: - Merge PDFs – Combine multiple PDF files into one. - Split PDFs – Extract all pages, specific ranges, or at defined intervals. - Reorder…
PDF Ops API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Merge PDFs /merge |
Merge multiple PDF files into one. |
| POST |
Split PDF /split |
Split a PDF into individual pages, custom ranges, or fixed intervals. |
| POST |
Reorder PDF Pages /reorder |
Reorder the pages of a PDF file using a new page sequence. |
| POST |
Compress PDF /compress |
Reduce the file size of a PDF using structural optimization. |
| POST |
Extract Text from PDF /extract-text |
Extracts the text content from a PDF file using either pdfminer or pymupdf extraction engines. |
PDF Ops API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|