UnsignedContentAbsorber

UnsignedContentAbsorber

Overview

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

Extracts unsigned content elements; includes form field/annotation info.

This class provides 5 methods for working with UnsignedContentAbsorber objects in Python programs. Available methods include: __init__, extract, get_extracted, has_extracted, reset. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
__init__()Initialize absorber with optional configuration.
extract()UnsignedContentExtract unsigned content into an :class:UnsignedContent instance.
reset()Clear any previously extracted content.
get_extracted()UnsignedContent | NoneReturn the last extracted :class:UnsignedContent instance, if any.
has_extracted()boolConvenience method to check whether extraction has been performed.

See Also