Page 1 of 1

Convertion of PDF to PNG changed digits writing in PNG

Posted: 2011-08-05T01:20:51-07:00
by Pablito
Convertion of pdf to png changed digits writing: some digits became bigger than others.

Command:

Code: Select all

convert -density 94 -trim -quality 100 -depth 1 -colors 4 +antialias A10.pdf[0] A10-tr.png
All is OK in PDF.
OS is FreeBSD.

Re: Convertion of PDF to PNG changed digits writing in PNG

Posted: 2011-08-05T01:46:37-07:00
by Pablito
The problem is with Times-Roman digits.

Re: Convertion of PDF to PNG changed digits writing in PNG

Posted: 2011-08-05T02:34:10-07:00
by Pablito
convert -density 94 -trim -quality 100 -depth 1 -colors 4 +antialias -family "Liberation Serif" A10_attDIU_08-11-2011.pdf[0] A10-1.png
convert -density 94 -trim -quality 100 -depth 1 -colors 4 +antialias -font Times-Roman A10_attDIU_08-11-2011.pdf[0] A10-1.png
etc.
all this and other don't help me

Re: Convertion of PDF to PNG changed digits writing in PNG

Posted: 2011-08-05T02:45:33-07:00
by Pablito
What is interesting: on the other computer some digits are right (but not all). How can I fix this?