PDF-Converter-Api
Convert PDF (local-file or web-file) to Text or Image. Pdf-To-Text (POST API) Convert uploaded pdf-file (post-body) to text. Query Params: startPage : (Optional) Start Page Number (default is 0 which means from-start). endPage : (Optional) End Page Number (default is 0 which means to-end). Request post-body will contains pdf-file as multipart/form-data. Success-Response (200 OK) will be a JSON…
PDF-Converter-Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Pdf-To-Text /PdfToText |
Convert Uploaded PDF to Text. |
| GET |
Pdf-To-Text /PdfToText |
Convert Web-PDF (using its URL) to Text. |
| POST |
Pdf-To-Image /PdfToImage |
Convert Uploaded PDF to Image [Note: '.tif' format is recommended for multiple pages]. |
| GET |
Pdf-To-Image /PdfToImage |
Convert Web-PDF (using its Url) to Image [Note: '.tif' format is recommended for multiple pages]. |
PDF-Converter-Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | — |
|
| ULTRA | $9 / month | — |
|
| MEGA | $20 / month | — |
|