---
title: "exporters"
canonical_url: "https://www.nutrient.io/api/python/exporters/"
md_url: "https://www.nutrient.io/api/python/exporters.md"
last_updated: "2026-06-09T19:34:32.773Z"
description: "API reference for the exporters module"
---

API reference for the `exporters` module.

```python

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

from nutrient_sdk import HtmlExporter

```

## Classes

| Class                                              | Description                                                                                          |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [`HtmlExporter`](./html-exporter/)                 | Exports documents to HTML format with optional CSS styling and embedded resources.                   |
| [`ImageExporter`](./image-exporter/)               | Exports documents to image formats: TIFF (multi-page), PNG, JPEG, and BMP (single-page raster).      |
| [`MarkdownExporter`](./markdown-exporter/)         | Exports documents to Markdown format (.md) with support for tables, lists, and formatting.           |
| [`PdfExporter`](./pdf-exporter/)                   | Exports documents to PDF format with support for various conversion settings including conformanc... |
| [`PresentationExporter`](./presentation-exporter/) | Exports documents to presentation formats including PowerPoint (.pptx).                              |
| [`SpreadsheetExporter`](./spreadsheet-exporter/)   | Exports documents to spreadsheet formats including Excel (.xlsx) and CSV.                            |
| [`SvgExporter`](./svg-exporter/)                   | Exports documents to Scalable Vector Graphics (SVG) format preserving vector graphics and text.      |
| [`TextExporter`](./text-exporter/)                 | Exports documents to plain text (.txt) using layout-preserving extraction: words are placed in a... |
| [`WordExporter`](./word-exporter/)                 | Exports documents to Microsoft Word format (.docx) preserving formatting and structure.              |

---

## Related pages

- [Image Exporter](/api/python/exporters/image-exporter.md)
- [Html Exporter](/api/python/exporters/html-exporter.md)
- [Markdown Exporter](/api/python/exporters/markdown-exporter.md)
- [Pdf Exporter](/api/python/exporters/pdf-exporter.md)
- [Spreadsheet Exporter](/api/python/exporters/spreadsheet-exporter.md)
- [Text Exporter](/api/python/exporters/text-exporter.md)
- [Svg Exporter](/api/python/exporters/svg-exporter.md)
- [Word Exporter](/api/python/exporters/word-exporter.md)
- [Presentation Exporter](/api/python/exporters/presentation-exporter.md)

