Skip to main content

Convert DOCX to PDF.

POST 

/pdf/docx-to-pdf

Convert DOCX to PDF.

Request

Header Parameters

    ipaas string

Bodyrequired

    urlstring

    The DOCX URL.

    bufferstring

    The DOCX as a Base64-encoded buffer. Can be specified instead of url.

    getAsUrlboolean

    Whether the result PDF should be returned as a URL. Default is false.

    Example: true
    fileNamestring

    The file name of the result PDF. Default is a random ID.

Responses

Success

Schema
    urlstringrequired

    The result PDF URL.