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
| Name | Type | Access | Description |
|---|---|---|---|
valid | bool | Read | Public accessor that safely verifies the signature. |
name | str | Read/Write | Gets or sets the name. |
contents | bytes | Read/Write | Gets or sets the contents. |
byte_range | list[int] | Read/Write | Gets or sets the byte range. |
reference_data | bytes | Read/Write | Gets or sets the reference data. |
date | str | None | Read/Write | Gets or sets the date. |
reason | str | None | Read/Write | Gets or sets the reason. |
location | str | None | Read/Write | Gets or sets the location. |
contact_info | str | None | Read/Write | Gets or sets the contact info. |
sub_filter | str | None | Read/Write | Gets or sets the sub filter. |
docmdp_level | int | None | Read/Write | Gets or sets the docmdp level. |
load_limits | PdfLoadLimits | None | Read/Write | Gets or sets the load limits. |
Methods
| Signature | Description |
|---|---|
validate(options: ValidationOptions | None) → ValidationResult | Validate the signature with configurable options. |