pdftools_sdk.pdf.signature_field

Classes

SignatureField(handle)

A digital signature field

class pdftools_sdk.pdf.signature_field.SignatureField(handle)[source]

Bases: _NativeObject, ABC

A digital signature field

property field_name: str | None

The name of the signature field

The field name uniquely identifies the signature field within the document.

Returns:

Optional[str]

Raises:

StateError – If the object has already been closed

property page_number: int

The number of the page where this signature is located

Whether the signature field has a visual appearance on that page is indicated by the pdftools_sdk.pdf.signature_field.SignatureField.bounding_box .

Returns:

int

Raises:
property bounding_box: Rectangle | None

The location on the page

The location of the signature field on the page. Or None if the signature field has no visual appearance.

Returns:

Optional[pdftools_sdk.geometry.units.rectangle.Rectangle]

Raises:

StateError – If the object has already been closed