Skip to main content

A specification-driven, pure-Python Word binary .doc to .docx converter

Project description

doc2docx

doc2docx is a pure-Python converter from Microsoft Word 97–2003 binary .doc files to modern .docx files. The conversion engine follows the published Microsoft Office binary-format specifications and does not invoke Microsoft Word, LibreOffice, COM, Java, or another conversion executable.

The project is usable for a growing set of real documents, but it is not yet a complete implementation of every legacy Word feature. Unsupported or lossy content is reported explicitly instead of being silently presented as a fully faithful conversion.

Highlights

  • Reads CFB/OLE Word documents with deterministic, bounded parsers.
  • Preserves text, common character and paragraph formatting, fonts, styles, tables, page layout, sections, headers, and footers.
  • Converts footnotes, endnotes, comments, page-number fields, and positioned textboxes to native WordprocessingML structures where possible.
  • Restores inline and floating PNG, JPEG, BMP/DIB, TIFF, EMF, and WMF pictures in the main document and header/footer stories.
  • Produces a structured diagnostic report for unsupported, repaired, or approximated source features.
  • Writes deterministic OPC packages using only the Python standard library at runtime.

Installation

python -m pip install msdoc2docx

Python 3.11 or newer is required.

Command line

Convert beside the input file:

doc2docx input.doc

Choose the output path and save a JSON report:

doc2docx input.doc -o output.docx --report report.json

Inspect a source file without converting it:

doc2docx inspect input.doc --json

Python API

from doc2docx import convert

result = convert("input.doc", "output.docx")
print(result.report.to_dict())

The source document is opened read-only. The destination is written through a temporary file and atomically replaced after package validation; the converter will not overwrite the input file.

Current limitations

Password-protected documents are rejected. Embedded OLE objects, Macintosh PICT images, advanced drawing effects, non-rectangular wrap polygons, complex numbering and conditional table styles, uncommon secondary stories, and many specialized fields remain incomplete. Some legacy layout behavior can only be approximated in WordprocessingML and is called out in the conversion report.

See CHANGELOG.md for milestone and release details.

Development

Run the standard-library test suite from a source checkout:

PYTHONPATH=src python -m unittest discover -v

Build distributable artifacts with:

python -m build

Real-document regression tests may use LibreOffice to create or render test artifacts, but LibreOffice is not used by the converter itself.

Specifications

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msdoc2docx-0.21.0.tar.gz (107.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

msdoc2docx-0.21.0-py3-none-any.whl (98.1 kB view details)

Uploaded Python 3

File details

Details for the file msdoc2docx-0.21.0.tar.gz.

File metadata

  • Download URL: msdoc2docx-0.21.0.tar.gz
  • Upload date:
  • Size: 107.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for msdoc2docx-0.21.0.tar.gz
Algorithm Hash digest
SHA256 18636ee446524686123a2e1d7ef8e70ef8ab05e03770bf1be92fce6472dbdf28
MD5 3975d542f9dfc714b2ae4a8f3d07e52e
BLAKE2b-256 7fa2f51f619af74546b514cc13395787693cfb7d14e43a345e85d2b4ddfbe59d

See more details on using hashes here.

File details

Details for the file msdoc2docx-0.21.0-py3-none-any.whl.

File metadata

  • Download URL: msdoc2docx-0.21.0-py3-none-any.whl
  • Upload date:
  • Size: 98.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for msdoc2docx-0.21.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61e5a6e0b4ebeed1c5553aa5daba468fa04693edc99c0c91ba2e1d8b5c87160a
MD5 ff71b958ddb52a92df49d9ac4105e88c
BLAKE2b-256 74594663d8b50c63f4f584e575059729d735b4c5d1b6aa3e68e4aad889d17c77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page