PdfSignature

Overview

PdfSignature is a class in Aspose.PDF FOSS for Python.

Represent a PDF digital signature.

This class provides 1 method for working with PdfSignature objects in Python programs. Available methods include: validate. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: byte_range, contact_info, contents, date, docmdp_level, load_limits, and 6 more.

Properties

NameTypeAccessDescription
validboolReadPublic accessor that safely verifies the signature.
namestrRead/WriteGets or sets the name.
contentsbytesRead/WriteGets or sets the contents.
byte_rangelist[int]Read/WriteGets or sets the byte range.
reference_databytesRead/WriteGets or sets the reference data.
datestr | NoneRead/WriteGets or sets the date.
reasonstr | NoneRead/WriteGets or sets the reason.
locationstr | NoneRead/WriteGets or sets the location.
contact_infostr | NoneRead/WriteGets or sets the contact info.
sub_filterstr | NoneRead/WriteGets or sets the sub filter.
docmdp_levelint | NoneRead/WriteGets or sets the docmdp level.
load_limitsPdfLoadLimits | NoneRead/WriteGets or sets the load limits.

Methods

SignatureDescription
validate(options: ValidationOptions | None)ValidationResultValidate the signature with configurable options.

See Also