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
Converting native PDF to image
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Converting native PDF to image
I don't understand why you want to create a PDF from another PDF.
What does "very bad" mean?
Is the input multi-page with the signature on only one?
Can you put the PDF somewhere like dropbox.com and paste the URL here?
What does "very bad" mean?
Is the input multi-page with the signature on only one?
Can you put the PDF somewhere like dropbox.com and paste the URL here?
snibgo's IM pages: im.snibgo.com
- whugemann
- Posts: 289
- Joined: 2011-03-28T07:11:31-07:00
- Authentication code: 8675308
- Location: Münster, Germany 52°N,7.6°E
Re: Converting native PDF to image
Are you sure that the signature is a raster image in the original document? It could also be a vector format, say a glyph in a dedicated font file containing the signatures of all employees. This would cause detoriation when being converted to a raster image.
Wolfgang Hugemann