public final class UnsignedContentAbsorber extends Object
Represents a class for extracting unsigned content from a PDF file managed by digital signatures.
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsignedContentAbsorber.Result
Encapsulates the result of an operation attempting to extract unsigned content from a PDF document.
|
static class |
UnsignedContentAbsorber.UnsignedContent
Encapsulates unsigned content elements extracted from a PDF document.
|
| Constructor and Description |
|---|
UnsignedContentAbsorber(PdfFileSignature signature)
Represents a class used for processing unsigned content.
|
| Modifier and Type | Method and Description |
|---|---|
UnsignedContentAbsorber.Result |
tryGetContent()
Attempt to retrieve the unsigned content from the associated document.
|
public UnsignedContentAbsorber(PdfFileSignature signature)
Represents a class used for processing unsigned content.
signature - A PdfFileSignature object representing a digital signature.public final UnsignedContentAbsorber.Result tryGetContent()
Attempt to retrieve the unsigned content from the associated document.
UnsignedContentAbsorber.Result object containing details
about the unsigned content, the coverage of digital signatures, the operation's
success status, and an informational message.Copyright © 2026 Aspose. All Rights Reserved.