PdfValidationError
Overview
PdfValidationError is a class in Aspose.PDF FOSS for Python.
Inherits from: PdfParseError.
PDF/A or general structural validation error.
This class provides 1 method for working with PdfValidationError objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: message, offset, recoverable.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
message | str | Read | Gets the message. |
offset | int | Read | Gets the offset. |
recoverable | bool | Read | Gets the recoverable. |
Methods
| Signature | Description |
|---|---|
__init__(message: str, offset: int, recoverable: bool) | Calls init(message, offset, recoverable) on this PdfValidationError instance. |