So I moved my money out of the account. That worked fine.
Without diving into too much minutiae, a legal signature can be any mark the signer intends to act as a signature. It could be a bird you've trained to poo on command onto signature lines.
In my case, this instance with Schwab was the first of a lot of similar paperwork I was going to have to do, so I pulled the ripcord when I saw how they were going to approach it.
The description however seems like the creator just likes how scanned documents look. They describe it like how analogue music fans describe vinyl records. I guess everything is nostalgic to someone out there eventually.
Poland is also strong on that, requiring "readable handwritten signatures".
This will end when the dinosaurs that still feel it is important go away.
I am not asserting the authors intent is to facilitate fraud or there isn’t any other practical use, but let’s not be naive and act like fraud isn’t a likely use.
Before you downvote at least respond with why you think my analysis is wrong.
My bank demands that I perform this ridiculous hoop-jumping. Like others here, I use ImageMagick hocus pocus to defeat them with trivial ease (a couple of times they complained so I tweaked the algo a bit and they were happy). The whole situation is beyond absurd. It's security theater in place of security.
Just because you don’t like the security theatre does make it acceptable to misrepresent the origin of a document to satisfy the security requirements.
And I gave a specific example, slipping a page into a document that wasn’t in the original and making it look like it belongs by making it look scanned.
Imagine I changed the purchase price on your home to 10% of its value rather than the original agreed price and took it to court to enforce the purchase. This tech would make that appear more credible.
I've also never had someone refuse my too-perfect digitally inserted signature, but I could totally see it happening.
Oh and I don't like signing stuff anywhere, so I also used my scanned signature and got a custom stamp made. :)
I don’t know whether this tool enables that, but the idea is in the neighbourhood of “make it look scanned”.
magick -density 150 input.pdf \ -colorspace Gray \ -virtual-pixel White -background White \ -rotate 0.7 +repage \ -attenuate 0.45 +noise Gaussian \ -blur 0x0.4 \ -brightness-contrast -5x12 \ -compress jpeg -quality 78 scanned.pdf
The only tell tale sign is that the text still has this aliasing like texture that doesn’t happen in real scanned pages.
From my bookmarks (found on HN originally!)
https://gist.github.com/andyrbell/25c8632e15d17c83a54602f6ac...
There are too many PDF tools that are unnecessarily paywalled, or have a paid tier that don't make any sense.
We need more tools from paid ones that should be completely free and OSS.
There might be extra stuff that can be done to remedy that with this tool, but I'm not sure I'd ever use this anyway.
Adds your signature and makes it look scanned. Previously discussed on HN. Came in handy once in a while.