Python API Reference
Complete API reference for the Nutrient Python SDK.
Installation
pip install nutrient-sdkQuick Start
from nutrient_sdk import Document
# Open a PDF and convert it to a Word documentwith Document.open("input.pdf") as document: document.export_as_word("output.docx") print("Successfully converted to output.docx")Classes
| Class | Description |
|---|---|
Document | Represents a document that can be opened, edited, and exported in various formats. Provides a uni… |
License | Manages licensing for the Nutrient Native SDK. Provides methods to register license keys and trac… |
Vision | Provides machine learning and computer vision capabilities for document processing. Enables AI-po… |
Modules
| Module | Description |
|---|---|
editors | Document editor classes for PDF manipulation |
editors_pdf_annotations | Classes in the editors.pdf.annotations module |
editors_pdf_formfields | Classes in the editors.pdf.formfields module |
editors_pdf_pages | Classes in the editors.pdf.pages module |
enums | Enumeration types |
exporters | Export functionality for various formats |
interfaces | Interface definitions |
internal | Internal implementation classes |
settings | Configuration and settings classes |
signing | Classes in the signing module |
types | Classes in the types module |
Statistics
- Classes: 81
- Enumerations: 29