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.