Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DocxToPdfNew to Visual Studio Code? Get it now.
DocxToPdf

DocxToPdf

MichaelSam94

|
2 installs
| (0) | Free
Convert DOCX files to PDF from VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DocxToPdf

Convert DOCX files to PDF inside VS Code.

DocxToPdf banner

Features

  • Command: DOCX to PDF: Convert File
  • Right-click .docx in Explorer and convert directly from the context menu
  • Select a .docx file and generate a .pdf file
  • Optional auto-open of the generated PDF file
  • Configurable output folder and overwrite behavior

Requirements

  • LibreOffice installed (soffice or libreoffice available on PATH)

Extension Settings

  • docxtopdfext.outputFolder: Target folder for generated PDF files.
    • Empty: save next to source .docx
    • Relative: resolved from the first workspace folder
    • Absolute: used directly
  • docxtopdfext.overwriteExisting: Overwrite existing .pdf file if present.
  • docxtopdfext.openAfterConvert: Open generated PDF file after conversion.

Scripts

  • npm run compile: Compile TypeScript
  • npm run watch: Watch and compile on changes
  • npm run lint: Run ESLint
  • npm test: Run extension tests

Run locally

  1. Install dependencies: npm install
  2. Press F5 in VS Code to launch Extension Development Host
  3. Convert using either:
    • Explorer right-click on a .docx file -> DOCX to PDF: Convert File
    • Command Palette -> DOCX to PDF: Convert File

Publish

  1. Install VSCE globally: npm i -g @vscode/vsce
  2. Login once: vsce login michaelsam94
  3. Publish: vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft