Converting native PDF to image
Posted: 2013-11-12T23:51:14-07:00
Hi,
I am trying to convert a PDF file with user signed electronic signature using signing pad in it to a image format PDF extension file,
The reason is that the existing batch program ( which I have not control over) is unable to process the electronics signature in the native PDF
The command I used -
convert -density 300 input.pdf output.pdf
The issue is after the conversion , the signature portion looks very bad , even I when I am setting a density of 300
which is already taking a lot of processing time and disk space
Any advise how to overcome this ? e.g what parameter to use , etc
I am trying to convert a PDF file with user signed electronic signature using signing pad in it to a image format PDF extension file,
The reason is that the existing batch program ( which I have not control over) is unable to process the electronics signature in the native PDF
The command I used -
convert -density 300 input.pdf output.pdf
The issue is after the conversion , the signature portion looks very bad , even I when I am setting a density of 300
which is already taking a lot of processing time and disk space
Any advise how to overcome this ? e.g what parameter to use , etc