PDF Tools by Utilzy
Complete PDF processing solution with enterprise-grade tools: 🗜️ COMPRESSION & OPTIMIZATION - Compress PDFs while maintaining quality - Reduce file size by up to 90% 🔄 CONVERSION TOOLS - PDF to Text extraction - Text to PDF generation - PDF to Images (PNG/JPEG) - Images to PDF compilation - PDF to Word (DOCX) - Word to PDF ✂️ MANIPULATION TOOLS - Merge multiple PDFs - Split PDF by…
PDF Tools by Utilzy endpoints
| Method | Endpoint | Description |
|---|---|---|
| Compress PDF | ||
| POST |
compressPdf /compress |
Compress PDF files while maintaining quality. Reduces file size by up to 90%. **Limits:** Max 100MB |
| PDF to Text | ||
| POST |
pdfToText /to-text |
Extract text content from PDF files with statistics. **Limits:** Max 50MB |
| Text to PDF | ||
| POST |
textToPdf /from-text |
Convert plain text to PDF document. **Limits:** Max 1MB text |
| Encrypt PDF | ||
| POST |
encryptPdf /encrypt |
Encrypt PDF with password protection. **Password:** 4-128 characters **Limits:** Max 100MB |
| Decrypt PDF | ||
| POST |
decryptPdf /decrypt |
Decrypt password-protected PDF files. **Limits:** Max 100MB |
| Split PDF | ||
| POST |
splitPdf /split |
Split PDF into multiple files. **Split Modes:** - `pages`: Split every N pages (requires pages_per_split) - `range`: Split by page ranges (requires page_ranges, e.g.,… |
| Rotate PDF | ||
| POST |
rotatePdf /rotate |
Rotate all pages in a PDF file. **Angles:** 90, 180, or 270 degrees (clockwise) **Limits:** Max 100MB |
| Extract Pages | ||
| POST |
extractPages /extract |
Extract specific pages from a PDF file. **Format:** Single pages: "1,3,5" | Ranges: "1-5,8-10" | Mixed: "1,3-5,7,9-12" **Limits:** Max 100MB |
| Reorder Pages | ||
| POST |
reorderPages /reorder |
Reorder pages in a PDF file. **Format:** Comma-separated page numbers in desired order **Example:** "3,1,2,4" makes page 3 first, then 1, then 2, then 4 **Limits:** Max 100MB |
| PDF to Images | ||
| POST |
pdfToImages /to-images |
Convert PDF pages to images (PNG/JPEG). **Formats:** PNG, JPEG **Quality Levels:** - low: 72 DPI (small file size) - medium: 150 DPI (balanced) - high: 300 DPI (recommended) -… |
| PDF to Word | ||
| POST |
pdfToWord /pdf-to-word |
Convert PDF to Microsoft Word (DOCX) format. **Limits:** Max 50MB |
| Word to PDF | ||
| POST |
wordToPdf /word-to-pdf |
Convert Microsoft Word (DOC/DOCX) to PDF format. **Formats:** .doc, .docx **Limits:** Max 50MB |
PDF Tools by Utilzy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $19 / month | — |
|