Search found 5 matches
- 2011-08-05T02:45:33-07:00
- Forum: Users
- Topic: Convertion of PDF to PNG changed digits writing in PNG
- Replies: 3
- Views: 6395
Re: Convertion of PDF to PNG changed digits writing in PNG
What is interesting: on the other computer some digits are right (but not all). How can I fix this?
- 2011-08-05T02:34:10-07:00
- Forum: Users
- Topic: Convertion of PDF to PNG changed digits writing in PNG
- Replies: 3
- Views: 6395
Re: Convertion of PDF to PNG changed digits writing in PNG
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
- 2011-08-05T01:46:37-07:00
- Forum: Users
- Topic: Convertion of PDF to PNG changed digits writing in PNG
- Replies: 3
- Views: 6395
Re: Convertion of PDF to PNG changed digits writing in PNG
The problem is with Times-Roman digits.
- 2011-08-05T01:20:51-07:00
- Forum: Users
- Topic: Convertion of PDF to PNG changed digits writing in PNG
- Replies: 3
- Views: 6395
Convertion of PDF to PNG changed digits writing in PNG
Convertion of pdf to png changed digits writing: some digits became bigger than others.
Command:
All is OK in PDF.
OS is FreeBSD.
Command:
Code: Select all
convert -density 94 -trim -quality 100 -depth 1 -colors 4 +antialias A10.pdf[0] A10-tr.png
OS is FreeBSD.
- 2011-07-18T03:22:43-07:00
- Forum: Users
- Topic: Getting png from pdf with the minimum size
- Replies: 1
- Views: 3569
Getting png from pdf with the minimum size
I try to get png file from pdf file but the size of output png is still very large for my task. I try everything (I'm the beginner): convert -density 94 -background none -compress Zip +contrast +contrast +contrast +contrast +contrast +contrast +contrast -quality 100 -define png:bit-depth=1 -define ...