PDF Tools
```markdown # PDF Tools API **Powerful PDF Manipulation Made Simple** A comprehensive PDF processing API that handles everything from generation to manipulation. Create PDFs from HTML or web pages, merge multiple documents, split by pages, add watermarks, compress for smaller file sizes, and extract metadata. --- ## What It Does Generate, manipulate, and analyze PDF documents through a simple…
PDF Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| Service Info | ||
| GET |
getServiceInfo /api/v1/pdf/info |
Get information about the PDF Tools API, including available endpoints and file limits. No authentication required. |
| Generate PDF | ||
| POST |
generateFromUrlA4Landscape /api/v1/pdf/generate |
Capture a web page as PDF in landscape orientation with custom margins. |
| Merge PDFs | ||
| POST |
mergePdFsDirectDownload /api/v1/pdf/merge |
Merge PDFs and get the result as a direct file download. |
| Split PDF | ||
| POST |
splitFromBase64 /api/v1/pdf/split |
Split a base64-encoded PDF. Replace placeholder with actual PDF data. |
| Watermark | ||
| POST |
addWatermarkToSpecificPages /api/v1/pdf/watermark |
Add watermark only to specific pages of the PDF. |
| Compress PDF | ||
| POST |
compressDirectDownload /api/v1/pdf/compress |
Compress a PDF and get the result as a direct file download. |
PDF Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | 60 / minute |
|
| ULTRA | $39 / month | 30 / minute |
|
| MEGA | $99 / month | 90 / minute |
|