Search

DOCX To PDF

Last Updated: Mar 8, 2023

Articles

Use this function to convert a DOCX document to PDF.

Syntax

DOCX To PDF (docx_path)

Parameters

Input Parameter Name Description
docx_path Path of the input DOCX document

Returns

Return Value Description
Path Path of the output PDF

Sample

DOCX To PDF (C:\User\Invoice.docx)

  • Converts the Invoice.docx Docx document to PDF.
    Returns C:\Users\jiffy\76625e988dd.pdf, the path where the output PDF is stored.

The path and the name of the output files are automatically assigned by the function.

Make sure you have Microsoft Office installed in your system before using this function.

To view all the Document functions, click here.

Did you find what you were looking for?