Hi I am using convert command line utility to convert PDF to PNG. I am using the following command
CONVERT IG202.PDF -quality 100 F:\IG202.PNG
I am not getting proper clarity in the converted image. Its all blurred. Can anyone give me some feedback I need to keep it very clear in the converted image.
What options I am missing. I tried density but it did not help either.
Thanks,
Vijay
PDF to PNG
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PDF to PNG
Did you try "-density 600" (or similar) before the input PDF?
snibgo's IM pages: im.snibgo.com
Re: PDF to PNG
I tried, it does not help. Is there a way I can send this pdf to you?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PDF to PNG
You can put it online somewhere like dropbox.com and paste the URL here. I can't download files more than about 10 MB.
snibgo's IM pages: im.snibgo.com
Re: PDF to PNG
Hi There
I have sent you the PM. Please check. I have uploaded on dropbox for you.
Thanks,
Vijay
I have sent you the PM. Please check. I have uploaded on dropbox for you.
Thanks,
Vijay
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PDF to PNG
The PDF is a vector diagram with graphic lines, letters and numbers, and other characters.
With IM v6.9.5-3 and Ghostscript v9.19:
This shows the graphics and characters as clearly as Adobe Reader. With 300, some fine detail is lost, but the writing is still clear.
With IM v6.9.5-3 and Ghostscript v9.19:
Code: Select all
convert -density 600 IG202.PDF out.png
snibgo's IM pages: im.snibgo.com
Re: PDF to PNG
Uploaded the file on dropbox - The link is https://www.dropbox.com/s/kehjpa3bmdvfn ... 2.pdf?dl=0
Re: PDF to PNG
Thanks. May be the flag quality was messing it for me then. Thanks for having a look at this.