Convert Word to PDF

Convert Word to PDF by software or command line

Convert Word to PDF

Microsoft Word's native file formats are denoted either by a .doc or .docx file extension.

The old DOC extension has been used in many different versions of Word before Word 2007.

The newer DOCX extension signifies the Office Open XML international standard for Office documents and is used by Word 2007, 2010 and 2013 for Windows, Word 2008 and 2011 for the Macintosh, as well as by a growing number of applications from other vendors, including OpenOffice.org Writer, an open source word processing program.

You can convert Word to PDF online, by our PDFConvert desktop software or command line program.

Convert Word to PDF Online

DOCX to PDF Converter Form
Local DOCX File: (*.DOCX; *.DOC; *.DOTX; *.DOT; *.RTF; *.XML; *.TXT)

Use this form to upload a local DOCX file and convert the DOCX file to PDF file.

1. Click the "Choose File" button (different web browsers may have different button names such as "browse..."), a browse window will open, select a local DOCX file and click the "Open" button.
2. Click the "Convert Now!" button to convert. Wait a few seconds for the file conversion to finish.
3. You can download or view the output PDF file on your web browser after conversion. No email address required to receive files.

Convert Word to PDF software

Add document files

After installing PDFConvert software, click Start - Programs - PDFConvert - PDFConvert to run.

Click "Create PDF" link, click "Word to PDF" button on the left, click "Add Files" button to add local Word files. You can also directly drag Word files from file explorer and drop to list.

After adding Word files into the list. You can click the "Create PDF" button to create PDF file from the document files you selected.

The default output directory is "PDFConvert" directory in "My Document". PDFConvert will try to create this directory if it doesn't exist and open it when conversion is completed.

Convert Word to PDF command line

Download pdfconvert.exe, and run pdfconvert.exe command line program to convert Word to PDF on background without windows showed.
/?
Shows all command line parameters of pdfconvert.exe.
/i
input files
For example: pdfconvert.exe /i "c:\word\1.docx"
/o
output folder
For example: pdfconvert.exe /o "c:\pdf"
/cs 3000
convert Word file to pdf file
For example: This command will convert local Word file "c:\word\1.docx" to PDF file "c:\pdf\1.pdf".
pdfconvert.exe /cs 3000 /i "c:\word\1.docx" /o "c:\pdf"