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

Classes

ClassDescription
ConversionSettingsSettings for Conversion. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document’s settings, otherwise the SDK globally when set on SdkSettings.
DocumentSettingsProvides configuration settings for SDK document operations. Manages document-level settings with overrides over SDK defaults.
OpenSettingsSettings for Open. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document’s settings, otherwise the SDK globally when set on SdkSettings.
SdkSettingsManages configuration settings for the Nutrient SDK. Provides functionality to load, export, and access various SDK settings through a type-safe registry system. This is a singleton class - use the static methods to access SDK settings.