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

Represents an exception thrown when a PDF editing operation fails, such as deskewing a page, appending a document, or applying redactions.

from nutrient_sdk import PdfEditException

Inherits from: NutrientException

Construction

PdfEditException()

Creates a new PdfEditException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

The reason the exception was thrown.

Type: str

Read-only property.