pdftools_toolbox.pdf.annotations.stamp

Classes

Stamp(handle)

A stamp annotation

class pdftools_toolbox.pdf.annotations.stamp.Stamp(handle)[source]

Bases: MarkupAnnotation

A stamp annotation

property popup: Popup | None

The pop-up

Returns:

Optional[pdftools_toolbox.pdf.annotations.popup.Popup]

Raises:

StateError – if the object has already been closed

property popup_paint: Paint

The paint for the popup

Returns:

pdftools_toolbox.pdf.content.paint.Paint

Raises: