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

API reference for the exporters module.

# All public classes import directly from the top-level package:
from nutrient_sdk import HtmlExporter

Classes

ClassDescription
HtmlExporterExports documents to HTML format with optional CSS styling and embedded resources.
ImageExporterExports documents to image formats: TIFF (multi-page), PNG, JPEG, and BMP (single-page raster).
MarkdownExporterExports documents to Markdown format (.md) with support for tables, lists, and formatting.
PdfExporterExports documents to PDF format with support for various conversion settings including conformanc…
PresentationExporterExports documents to presentation formats including PowerPoint (.pptx).
SpreadsheetExporterExports documents to spreadsheet formats including Excel (.xlsx) and CSV.
SvgExporterExports documents to Scalable Vector Graphics (SVG) format preserving vector graphics and text.
TextExporterExports documents to plain text (.txt) using layout-preserving extraction: words are placed in a …
WordExporterExports documents to Microsoft Word format (.docx) preserving formatting and structure.