Replies: 1 comment
-
Hi @tlilja, Thanks for the self-contained sample. As to your problems with Acrobat rendering:
To your second question: if you're purely asking about viewer UX, then yes, that's possible: that's a matter of setting bit 8 in the annotation flags. Now, as a matter of fact, pyHanko already does that by default for all signature fields it creates, so it should be taken care of already :). If not, maybe something else is up. That said, you have to take into account the fact that those flags aren't always cryptographically enforceable. Given a sufficiently savvy user, signatures and signature fields can always be removed in the reverse order in which they were applied. |
Beta Was this translation helpful? Give feedback.
-
Hi
If I want to create PDF document with multiple approval signatures, and want to lock the document to prevent changes after signing. I attached a piece of code to this article that creates one approval signature with seed_value_dict set to lock the document and document modification policy to NO_CHANGES and while Acroread tells me that something is wrong with the signatures, the actual signature is not shown properly:
I.e. the first signature stamp is shown with that blueish box
Also, is it possible to make the signature fields immovable and set up them so that the user cannot delete them with a PDF reader?
I attached a sample code and PDF demonstrating the problem.
locking.zip
Beta Was this translation helpful? Give feedback.
All reactions