PdfParseWarning

PdfParseWarning

Overview

PdfParseWarning is a class in Aspose.PDF FOSS for Python.

Non-fatal parsing issue that was recovered from.

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

Properties

NameTypeAccessDescription
messagestrReadGets the message.
offsetintReadGets the offset.

Methods

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

See Also