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

Interface

Defines the contract for document exporters that convert documents to various output formats.

from nutrient_sdk import IExporter

This is an interface. Objects implementing this interface can be passed to methods expecting this type.

Implementors