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

ConstructorDescription
UnsignedContentAbsorberRepresents a class used for processing unsigned content.

Methods

MethodDescription
tryGetContentAttempt 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.