UnsignedContentAbsorber

UnsignedContentAbsorber

Overview

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

Extract unsigned form fields and annotations from a PDF document.

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__(document: Document)Calls init(document) on this UnsignedContentAbsorber instance.
reset()Clear the last extracted content.
get_extracted()UnsignedContent | NoneReturn the last extracted content, if any.
has_extracted()boolTrue if extraction has been performed.
extract()UnsignedContentExtract unsigned form fields and annotations from the document.

See Also