UnsignedContentAbsorber
Inheritance: java.lang.Object, com.aspose.pdf.security.UnsignedContentAbsorber
public final class UnsignedContentAbsorber extends Object
Represents a class for extracting unsigned content from a PDF file managed by digital signatures.
Constructors
| Constructor | Description |
|---|---|
| UnsignedContentAbsorber | Represents a class used for processing unsigned content. |
Methods
| Method | Description |
|---|---|
| tryGetContent | Attempt to retrieve the unsigned content from the associated document. |
UnsignedContentAbsorber
Represents a class used for processing unsigned content.
tryGetContent
public final UnsignedContentAbsorber.Result tryGetContent()
Attempt to retrieve the unsigned content from the associated document.
Returns: A {@link UnsignedContentAbsorber.Result} object containing details about the unsigned content, the coverage of digital signatures, the operation’s success status, and an informational message.