Stamping with interrupted signing #422
-
Hello, I want to use interrupted signing and also want to stamp my file. I have created something similar to this:
Although the sign field is created in the resulting pdf it is invisible, so nothing is displayed on the PDF! I'd like to see the stamp (see my prep_document) Can you please help? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't see you defining where on the page the signature needs to go. In order to create visible signatures, you need to set up an empty signature field with coordinates before passing the writer off to |
Beta Was this translation helpful? Give feedback.
I don't see you defining where on the page the signature needs to go. In order to create visible signatures, you need to set up an empty signature field with coordinates before passing the writer off to
PdfSigner
(see https://pyhanko.readthedocs.io/en/latest/lib-guide/sig-fields.html#general-api-design; see in particularbox
andon_page
). Or work with a file that already includes a signature field.