convert word to pdf python code example

Example 1: docx to pdf python

from docx2pdf import convert

convert("input.docx")
convert("input.docx", "output.pdf")
convert("my_docx_folder/")

Example 2: word to pdf

// In menu of word document select "File"
// Under File select "Print"
// In Print form, expand the "Printer" selection box.
// Select "Microsoft Print to PDF"
// Click "Print" and select a destination folder to save your PDF Document.

Example 3: word to pdf

Install DoPDF.
It automatically added to your office programs.

Tags:

Html Example