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
| Signature | Description |
|---|---|
__init__() | Initialize absorber with optional configuration. |
extract() → UnsignedContent | Extract unsigned content into an :class:UnsignedContent instance. |
reset() | Clear any previously extracted content. |
get_extracted() → UnsignedContent | None | Return the last extracted :class:UnsignedContent instance, if any. |
has_extracted() → bool | Convenience method to check whether extraction has been performed. |