pdftools_sdk.pdf.signature

Classes

Signature(handle)

A base class for certain signature types

class pdftools_sdk.pdf.signature.Signature(handle)[source]

Bases: SignedSignatureField, ABC

A base class for certain signature types

property location: str | None

The location of signing

The CPU host name or physical location of the signing.

Returns:

Optional[str]

Raises:

StateError – If the object has already been closed

property reason: str | None

The reason for signing

Returns:

Optional[str]

Raises:

StateError – If the object has already been closed

property contact_info: str | None

The contact information of the signer

Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.

Returns:

Optional[str]

Raises:

StateError – If the object has already been closed