convert PDF to image: smooth text
Posted: 2007-03-02T11:18:17-07:00
Hi All
I'm trying to convert PDF file to image (jpeg, gif).
Well, the text is a little 'smooth'
original pdf
http://www.inwebdev.com/files/s.pdf
result jpg
http://www.inwebdev.com/files/s1.jpg
I have tryed some commands:
convert -geometry 792x986 -density 96x96 -extract 736X980+48+48 -transparent white -depth 8 s.pdf[0] s1.jpg
convert -density 200x200 -scale 850x11100 s.pdf[0] s1.jpg
convert -density 200x200 -scale 850x11100 s.pdf[0] s1.jpg
geometry 792x986 -density 200x200 -extract 736X980+48+48 s.pdf[0] s1.jpg
convert -scale 850x1100 s.pdf[0] s1.jpg
convert -density 96x96 -scale 850x11100 s.pdf[0] s1.jpg
The result is the same: with 'smooth' text
Thanks in advance for any help!
I'm trying to convert PDF file to image (jpeg, gif).
Well, the text is a little 'smooth'
original pdf
http://www.inwebdev.com/files/s.pdf
result jpg
http://www.inwebdev.com/files/s1.jpg
I have tryed some commands:
convert -geometry 792x986 -density 96x96 -extract 736X980+48+48 -transparent white -depth 8 s.pdf[0] s1.jpg
convert -density 200x200 -scale 850x11100 s.pdf[0] s1.jpg
convert -density 200x200 -scale 850x11100 s.pdf[0] s1.jpg
geometry 792x986 -density 200x200 -extract 736X980+48+48 s.pdf[0] s1.jpg
convert -scale 850x1100 s.pdf[0] s1.jpg
convert -density 96x96 -scale 850x11100 s.pdf[0] s1.jpg
The result is the same: with 'smooth' text
Thanks in advance for any help!