document-conversion-suite
3.4
The Document Conversion Suite is a tool for converting various document types into PDF and TIFF formats, and PDFs into Microsoft Word format.
The Document Conversion Suite is a powerful and versatile tool designed for converting various document types into PDF and multipage TIFF formats. It also allows for the conversion of PDF files into Microsoft Word (DocX) format. Leveraging a cloud-based and fault-tolerant server farm, this suite can handle thousands of conversion tasks simultaneously, ensuring high availability and reliability.
Features
- Multiple File Type Support: Convert a wide range of file types, including emails, spreadsheets, images, presentations, web pages, and word documents, into PDF or TIFF formats.
- Cloud-Based Processing: Perform conversions on a scalable cloud infrastructure that supports a high volume of requests.
- Security and Privacy: All documents are encrypted and automatically removed from cloud storage after 24 hours, ensuring your data remains secure and private.
- Asynchronous and Synchronous Methods: Choose between asynchronous methods for high-volume processing or synchronous methods for immediate conversion needs.
Usage with Different Platforms
asynchronous_methods
{'SubmitPDFConversionTask': "Initiate a PDF conversion task and receive a `taskId` to monitor the task's status and download the converted document.", 'SubmitTIFFConversionTask': "Start a TIFF conversion task, retrieve a `taskId`, and use it to check the task's status and download results.", 'SubmitDOCXConversionTask': 'Create a task to convert a PDF to Microsoft Word (DocX), and receive a `taskId` for tracking and downloading the outcome.', 'GetConversionTaskStatus': 'Check the current status of a conversion job using the `taskId`.', 'DownloadResult': 'Download the converted document using the `taskId`.'}
synchronous_methods
{'ConvertToPDF': 'Convert a document directly to a PDF file. Supports file sizes up to 10MB.', 'ConvertToTIFF': 'Convert a document to a multipage TIFF image. Supports file sizes up to 10MB.', 'ConvertPDFToDOCX': 'Convert a PDF file to a Microsoft Word (DocX) document. Supports file sizes up to 10MB.'}