Skip to main content

Convert a Word (DOCX) document to PDF

POST 

/api/v1/tools/convert-docx

Convert an uploaded DOCX file (by storageUrl) to PDF using the tools microservice. The resulting PDF is returned as a binary response.

The referenced file must be a DOCX file. If the file is not a DOCX, the request will be rejected with a 400 error.

File lifecycle: The input file in the input bucket is deleted after a successful operation.

Request

Responses

Converted PDF returned as binary response