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
Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
11–20 of 71 posts
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#12I’m all for fun side projects, so don’t take this the wrong way. Does this have a practical use case? Like are people actually wanting to make their PDFs less legible? Usually I’m trying to do the opposite, clean up my scanned-in documents.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#13Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#14I’m all for fun side projects, so don’t take this the wrong way. Does this have a practical use case? Like are people actually wanting to make their PDFs less legible? Usually I’m trying to do the opposite, clean up my scanned-in documents.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#15There 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.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#16I’m all for fun side projects, so don’t take this the wrong way. Does this have a practical use case? Like are people actually wanting to make their PDFs less legible? Usually I’m trying to do the opposite, clean up my scanned-in documents.
Poland is also strong on that, requiring "readable handwritten signatures".
This will end when the dinosaurs that still feel it is important go away.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#17I'm having a similar use case from time to time, I just use imagemagick 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
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#18There 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.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#19In the example image, the edge gradient bevels give it away. 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.
Re: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
#20I’m all for fun side projects, so don’t take this the wrong way. Does this have a practical use case? Like are people actually wanting to make their PDFs less legible? Usually I’m trying to do the opposite, clean up my scanned-in documents.