---
title: "Document"
canonical_url: "https://www.nutrient.io/api/python/settings/document/"
md_url: "https://www.nutrient.io/api/python/settings/document.md"
last_updated: "2026-08-11T08:57:05.212Z"
description: "Settings tagged Document"
---

## Classes

| Class                                                                      | Description                                                                                                                                                                                                                                  |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`ConversionSettings`](/api/python/settings/document/conversion-settings/) | Settings 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.                    |
| [`DocumentSettings`](/api/python/settings/document/document-settings/)     | Provides configuration settings for SDK document operations. Manages document-level settings with overrides over SDK defaults.                                                                                                               |
| [`OpenSettings`](/api/python/settings/document/open-settings/)             | Settings 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.                          |
| [`SdkSettings`](/api/python/settings/document/sdk-settings/)               | Manages 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. |

---

## Related pages

- [Per-document override](/api/python/settings/document/conversion-settings.md)
- [Document Settings](/api/python/settings/document/document-settings.md)
- [Per-document override](/api/python/settings/document/open-settings.md)
- [Sdk Settings](/api/python/settings/document/sdk-settings.md)

