Complete API reference for the Nutrient Python SDK.

Installation

Terminal window
pip install nutrient-sdk

Quick Start

from nutrient_sdk import Document
# Open a PDF and convert it to a Word document
with Document.open("input.pdf") as document:
document.export_as_word("output.docx")
print("Successfully converted to output.docx")

Classes

ClassDescription
DocumentRepresents a document that can be opened, edited, and exported in various formats. Provides a uni…
LicenseManages licensing for the Nutrient Native SDK. Provides methods to register license keys and trac…
VisionProvides machine learning and computer vision capabilities for document processing. Enables AI-po…

Modules

ModuleDescription
editorsDocument editor classes for PDF manipulation
editors_pdf_annotationsClasses in the editors.pdf.annotations module
editors_pdf_formfieldsClasses in the editors.pdf.formfields module
editors_pdf_pagesClasses in the editors.pdf.pages module
enumsEnumeration types
exportersExport functionality for various formats
interfacesInterface definitions
internalInternal implementation classes
settingsConfiguration and settings classes
signingClasses in the signing module
typesClasses in the types module

Statistics

  • Classes: 81
  • Enumerations: 29

Additional Resources