CNCoreNova Docs

Version 1

Legacy Office Upgrade API

Convert valid binary Microsoft Office 97-2003 files into DOCX, PPTX, and XLSX without running Microsoft Office or desktop automation.

Simple contract: submit one file, receive a task ID, then query that task until the output is ready.

Supported conversions

InputOutputBilling dimension
.doc.docxDocConversion
.ppt.pptxPptConversion
.xls.xlsxXlsConversion

How it works

  1. Subscribe through AWS Marketplace and complete registration once.
  2. Send one file to POST /v1/conversions.
  3. Poll GET /v1/conversions/{task_id}.
  4. Download the result from the returned short-lived URL.

Service behavior

Continue to the quick start →