| ▲ | wan888888 2 hours ago | |||||||
I'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 | ||||||||
| ▲ | __mharrison__ 2 hours ago | parent [-] | |||||||
I have something similar. Someone asked for a signed PDF. I digitally signed it and sent it to them. They said it has to be scanned. So I did some image magic fu to it to rotate it and make it look crappy. Then they accepted it. | ||||||||
| ||||||||