FalsiScan: Make it look like a PDF has been hand signed and scanned
41–50 of 399 posts
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#42Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#43Don't know about different Jurisdictions, but from where I am - this has NO legal binding whatsoever. We have those gov issued digital, invisible signatures for that, embedded in our personal ID card. Whatever is properly signed with digital signature, the printed out page bears no legal force. Anyway, businesses still like to do it this way ("Signing" pdf by applying some pixels). I wonder if it is just an inconveni…
But yes, anything that's not a proper digital signature might as well just be a random png pasted into a pdf. No legal binding power whatsoever.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#44Preview on Mac OS can do this. You hold your signature up to the camera and then it creates an image you can add to any pdf.
It's funny to me to look at a company like DocuSign whose shares surged early on the in the pandemic because they expected a dramatic increase in need for digital signatures and then the price crashed when it turns out that signatures aren't actually useful and we can just live without them.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#45I still miss a coffee stain.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#46Signature_example.pdf in that repository is NSFW.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#47What's the use case of this? Signing documents with visual signatures instead of cryptographic ones is already extremely archaic, but having to make them look like being signed by hand is absurdly so.
Yes, it is an odd combination of legacy (sometimes regulatory) requirements and modern technology, but there are numerous situations where only wet ink signatures are accepted, and “digital signatures” are not accepted—even though the document is stored in a digital format.
Wet ink signatures are most commonly required in finance / investment / banking transactions. They are sometimes required for B2B transactions. While not as common in the US as in other countries, you can also run into requirements where documents must be signed via wet ink signature under seal (or stamp). Scanning a document with a signature line that has been embossed with a company seal looks somewhat comical and arguably legible (especially if the scan is done with a feed-through scanner) but is required to get business done sometimes.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#48Don't know about different Jurisdictions, but from where I am - this has NO legal binding whatsoever. We have those gov issued digital, invisible signatures for that, embedded in our personal ID card. Whatever is properly signed with digital signature, the printed out page bears no legal force. Anyway, businesses still like to do it this way ("Signing" pdf by applying some pixels). I wonder if it is just an inconveni…
Yet Ford repeatedly insisted I print out the documents, sign them, and scan them. I tried a digital signature anyway - and they called me out on it.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#49I just use convert from imagemagick. There are so may options, e.g.: convert -density 100 -blur 0x0.1 +noise Gaussian -colorspace gray -rotate 0.5 -attenuate 0.2 mypdf.pdf scan.pdf
> convert -density "${DENSITY}" "${PAGE_IN}" -linear-stretch 3.5%x10% -blur 0x0.5 -attenuate 0.25 -rotate "${ROTATION}" +noise Gaussian "${TMPDIR}/${PAGE_BN}-scanned.pdf"
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#50Having moved from Germany to Austria I was pleasantly surprised that they have a functional national ID system that you can use to sign PDFs with a qualified electronic signature. Within Austria, they have been accepted everywhere so far. https://www.handy-signatur.at/hs2/#!sign/single When I tried sending such a document to a German insurance company, they refused to accept it. I ended up faxing the document :/
> Gemäß Artikel 25 eIDAS-Verordnung hat eine qualifizierte elektronische Signatur die gleiche Rechtswirkung wie eine handschriftliche Unterschriftund wird in allen Mitgliedstaaten anerkannt.
Doesn't work always, but the times it doesn't I usually find a competitor that does prove to be more cooperative pretty easily!