FormatDrop
How-To Guide

How to Convert Word (DOCX) to PDF

Converting Word documents to PDF ensures everyone sees the same layout regardless of their software, fonts, or system settings. PDF is the standard for sharing final documents — resumes, contracts, reports, and invoices. Every version of Word and Google Docs can export PDF.

Step-by-step instructions

  1. 1

    Microsoft Word: File → Save As → PDF

    In Word: File → Save As (or Export). Choose PDF (*.pdf) from the file format dropdown. Click Save. For more options: File → Export → Create PDF/XPS → click Options to set quality (Standard or Minimum size) and choose whether to include tracked changes, markup, or speaker notes.

    Go to converter
  2. 2

    Mac: Print → Save as PDF

    On any Mac application (Word, Pages, LibreOffice): File → Print (or Command+P). In the Print dialog, click 'PDF' button in the bottom-left corner → 'Save as PDF'. Choose a location and filename. This is a system-level feature that works in any macOS app — you don't need Word to convert.

  3. 3

    Google Docs: File → Download as PDF

    Open the document in Google Docs. File → Download → PDF Document (.pdf). Google Docs creates a PDF that matches the document layout as displayed in the browser. For documents with specific formatting, preview first to ensure it looks correct.

  4. 4

    Command-line: LibreOffice headless

    On Linux servers or for automation: `libreoffice --headless --convert-to pdf document.docx`. This is useful for batch conversion scripts. Install LibreOffice on Ubuntu/Debian: `sudo apt install libreoffice`. For Node.js automation, use the `libreoffice-convert` npm package.

Why convert DOCX to PDF?

Word documents look different on different computers due to font availability and page settings. Converting to PDF locks the layout so your resume, contract, or report looks identical on every device.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Does converting Word to PDF change the formatting?
With Word's built-in export, formatting is preserved accurately — fonts are embedded in the PDF, so text appears exactly as in Word. Complex elements like embedded fonts, tables with specific styles, and Smart Art generally convert correctly. The main issue is linked fonts that aren't installed on the output device, but since PDF embeds fonts, this is rarely a problem.
How do I convert multiple Word documents to PDF at once?
On Windows: use Word's macro editor (VBA) to loop through files. On Mac/Linux: use LibreOffice command-line: `libreoffice --headless --convert-to pdf *.docx`. In Python: use the `python-docx` library combined with LibreOffice subprocess call. Microsoft Word can also batch-print to PDF: select multiple documents in File Explorer, right-click → Print, which uses the default PDF printer.
Should I use 'Standard' or 'Minimum size' PDF quality in Word?
Use 'Standard' for documents that will be printed, shared professionally, or archived — images are embedded at full quality. Use 'Minimum size' for web publishing, email attachments, or sharing where file size matters and the PDF will be read on screen — images are compressed more aggressively. For resumes and important documents, always use Standard quality.
Convert DOCX to PDF Now — Free

No account. No upload. Works in any browser.