API reference for Editors.
# All public classes import directly from the top-level package:from nutrient_sdk import *Classes
| Class | Description |
|---|---|
PdfEditor | Provides specialized editing capabilities for PDF documents. Implements document and page-based editing operations specific to PDF format. |
PresentationEditor | Provides specialized editing capabilities for presentation documents. Supports template-based document generation and manipulation of OpenXML PowerPoint documents. |
SpreadsheetEditor | Provides specialized editing capabilities for spreadsheet documents. Supports template-based document generation and manipulation of OpenXML Excel documents. |
WordEditor | Provides specialized editing capabilities for Word documents. Supports template-based document generation and manipulation of OpenXML Word documents. |