This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exporters/word-exporter.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. WordExporter

Exports documents to Microsoft Word format (.docx) preserving formatting and structure.

from nutrient_sdk import WordExporter

Construction

WordExporter()

Creates a new WordExporter instance with default settings.

Implements