Show HN: Make PDFs look scanned (CLI or in the browser via WASM) (github.com)
I made this because the online "make my PDF look scanned" tools want you to upload your file to their servers, which feels sketchy at best. Also, I wasn't happy with the output they produce, I wanted something that looks realistic.
20 comments
[ 6.3 ms ] story [ 40.3 ms ] threadmagick -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
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.
https://lookscanned.io/en/scan
Adds your signature and makes it look scanned. Previously discussed on HN. Came in handy once in a while.