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
| Signature | Description |
|---|---|
__init__(document: Document) | Calls init(document) on this UnsignedContentAbsorber instance. |
reset() | Clear the last extracted content. |
get_extracted() → UnsignedContent | None | Return the last extracted content, if any. |
has_extracted() → bool | True if extraction has been performed. |
extract() → UnsignedContent | Extract unsigned form fields and annotations from the document. |