pdftools_toolbox.pdf.forms.signature

Classes

Signature(handle)

A base class for certain signature types

class pdftools_toolbox.pdf.forms.signature.Signature(handle)[source]

Bases: SignedSignatureField

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