FormaTeX

Convert LaTeX to DOCX Online — FormaTeX

document.tex
output.docx

LaTeX to Word

Convert your LaTeX source into a .docx file

1Paste or upload your .tex source
2Attach images and .bib files if needed
3Click Convert and download your document
Free, no account required

How to convert LaTeX to DOCX online

Converting LaTeX documents to Microsoft Word format is one of the most common tasks for researchers and students. Many journals, conferences, and institutions require submissions in .docx format, even when the original document was authored in LaTeX.

With FormaTeX, the conversion takes seconds: paste your .tex source code into the editor, attach any companion files (images, .bib, .cls), and click Convert. The tool compiles your LaTeX using a full TeX Live installation, then converts the output to DOCX via Pandoc — preserving equations, tables, and formatting.

For programmatic workflows, the same conversion is available through the FormaTeX REST API, supporting Python, Node.js, Go, and any HTTP client. Batch convert hundreds of documents without manual intervention.

curl -X POST https://api.formatex.io/api/v1/convert \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"latex": "\\documentclass{article}...", "format": "docx"}'
Read the complete LaTeX to DOCX guide

More tools

Automate with the API

Every tool on this page is powered by the FormaTeX REST API. Integrate the same capabilities into your own apps with a few lines of code.

One quick thing

We track anonymous usage — page views, feature usage, compilation events — to understand what works and what doesn't. No ads, no personal data, no third-party sharing.

Cookie policy