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

API reference for Editors.

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

Classes

ClassDescription
PdfEditorProvides specialized editing capabilities for PDF documents. Implements document and page-based editing operations specific to PDF format.
PresentationEditorProvides specialized editing capabilities for presentation documents. Supports template-based document generation and manipulation of OpenXML PowerPoint documents.
SpreadsheetEditorProvides specialized editing capabilities for spreadsheet documents. Supports template-based document generation and manipulation of OpenXML Excel documents.
WordEditorProvides specialized editing capabilities for Word documents. Supports template-based document generation and manipulation of OpenXML Word documents.