I have 2 PDFs (created from LaTeX).
http://vielhuber.de/files/test1.pdf
http://vielhuber.de/files/test2.pdf
One has got another PDF inside it (the graphic) and the other one only has text.
As you can see, the two pdfs only differ from the graphic.
If I do now
Code: Select all
convert -colorspace RGB -interlace none -density 104.6x104.6 -quality 100 -bordercolor white test1.pdf test1.jpg
Code: Select all
convert -colorspace RGB -interlace none -density 104.6x104.6 -quality 100 -bordercolor white test2.pdf test2.jpg
Look at the text, it seems a lot is going wrong here.
It seems that antialiasing is not applied to the text.
What can I do to fix this problem?
Feel free to take the 2 PDFs and try it on your own.
Thank you VERY MUCH for your time.