FalsiScan: Make it look like a PDF has been hand signed and scanned
1–10 of 399 posts
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#2Signature_example.pdf in that repository is NSFW.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#3Signature_example.pdf in that repository is NSFW.
See also: The license :D
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#4> For bureaucratic reasons, a colleague of mine had to print, sign, scan and send by email a high number of pages. To save trees, ink, time, and to stick it to the bureaucrats, I wrote this script.
I hear you, fellow Frenchman !
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#5Signature_example.pdf in that repository is NSFW.
Unless you've Gavin Belson.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#6Signature_example.pdf in that repository is NSFW.
As is the readme.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#7Signature_example.pdf in that repository is NSFW.
It seems fine. It's just someone's initials => OlO
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#8I still miss a coffee stain.
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#9Nice tool!
Though personally I just use something like Xournal++ to edit the PDF (add text, add a signature image, etc.) and then use the following command to "fake scan it":
convert -density 150 input.pdf -colorspace gray -blur 0x0.1 -sharpen 0x5.0 -level 10%,90% -rotate -0.5 -sharpen 0x1.2 output-scanned.pdf
Re: FalsiScan: Make it look like a PDF has been hand signed and scanned
#10My go to these days is just open gimp -> use my tablet pen -> save again to PDF. I've never been questioned.