| Kind of tangential, but I'll share a bit of a horror story from a friend when it comes to e-signatures. The company in question uses DocuSign, and most of their clients do as well. They are big, serious companies. However, nobody is able to set up DocuSign in a reasonable way for a multi-client contract. Every company needs to use their own DocuSign. Now, DocuSign embeds a cryptographic signature in the signed PDF. This means you can't sign a PDF twice. So what my friend does is create the PDF to be signed, send it to one company for signatures, get it back and run it through Microsoft Print to PDF. This friendly utility happily strips away all cryptographic signatures, but importantly leaves the "signature picture" in place. And then they can send this PDF to the next company. I joked that every time they do this, a cryptographer somewhere stubs their pinky toe on a corner. |
We at least did the print to pdf thingy ourserves on the backend to save users from this shame.
Add: you can in fact sign the pdf multiple times with a digital signature, which is an actual feature of PDF format. You can't however add electronic (drawn) signature on top of the digital one without (partially) invalidating previous ones. And to nobody's surprise, you can't see digital signatures if you decide to print the document with it.
So pick your poison.