API reference for the exporters module.
# All public classes import directly from the top-level package:from nutrient_sdk import HtmlExporterClasses
| Class | Description |
|---|---|
HtmlExporter | Exports documents to HTML format with optional CSS styling and embedded resources. |
ImageExporter | Exports documents to image formats: TIFF (multi-page), PNG, JPEG, and BMP (single-page raster). |
MarkdownExporter | Exports documents to Markdown format (.md) with support for tables, lists, and formatting. |
PdfExporter | Exports documents to PDF format with support for various conversion settings including conformanc… |
PresentationExporter | Exports documents to presentation formats including PowerPoint (.pptx). |
SpreadsheetExporter | Exports documents to spreadsheet formats including Excel (.xlsx) and CSV. |
SvgExporter | Exports documents to Scalable Vector Graphics (SVG) format preserving vector graphics and text. |
TextExporter | Exports documents to plain text (.txt) using layout-preserving extraction: words are placed in a … |
WordExporter | Exports documents to Microsoft Word format (.docx) preserving formatting and structure. |