PdfSecurityError

PdfSecurityError

Overview

PdfSecurityError is a class in Aspose.PDF FOSS for Python. Inherits from: PdfParseError.

Encryption or permission related error.

This class provides 1 method for working with PdfSecurityError 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

NameTypeAccessDescription
messagestrReadGets the message.
offsetintReadGets the offset.
recoverableboolReadGets the recoverable.

Methods

SignatureDescription
__init__(message: str, offset: int, recoverable: bool)Calls init(message, offset, recoverable) on this PdfSecurityError instance.

See Also