Document Conversion Suite
Document conversion suite provides cloud API to create PDF and multipage TIFF from various document sources. Also It could convert PDF file to Microsoft Word format.
Document Conversion Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| Asynchronous Methods | ||
| POST |
SubmitPDFConversionTask /SubmitPDFConversionTask |
Creates PDF conversion task and returns **taskId**. You will use returned **taskId** to check task status and to download the converted document |
| POST |
SubmitTIFFConversionTask /SubmitTIFFConversionTask |
Creates TIFF conversion task and returns the **taskId**. You will use returned **taskId** to check task status and to download the converted document |
| POST |
SubmitDOCXConversionTask /SubmitDOCXConversionTask |
Creates PDF to Microsoft Word (DocX) conversion task and returns the **taskId**. You will use returned **taskId** to check task status and to download the converted document |
| GET |
GetConversionTaskStatus /GetConversionTaskStatus |
Returns current status of conversion job. |
| GET |
DownloadResult /DownloadResult |
Downloads converted document from server. |
| Synchronous Methods | ||
| POST |
ConvertToPDF /ConvertToPDF |
Converts a document to PDF file. This method supports converting files up to 10mb. |
| POST |
ConvertToTIFF /ConvertToTIFF |
Converts document to multipage TIFF image. This method supports converting files up to 10mb. |
| POST |
ConvertPDFToDOCX /ConvertPDFToDOCX |
Converts PDF file to Microsoft Word (DocX) document. This method supports converting files up to 10mb. |
Document Conversion Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO | $9 / month | 250 / second |
|
| ULTRA Recommended | $79 / month | 250 / second |
|
| MEGA | $499 / month | 500 / second |
|