I have written a book in LaTeX using TeXStudio. My title page, which is the book cover, is created using LaTeX source (including images in it), rather than drawn in a graphical program, such as Illustrator.
I need to create several different sized PNG thumbnails of the book cover for my website.
The best result I was able to achieve was importing the PDF into Photoshop in 900 dpi and then exporting it as PNG. Howevever the text on the title page seems to be a little washed out.
Is there a better way such as using LaTeX source for the title page to compile it into EPS and then opening the EPS file in Illustrator and exporting it to PNG using "Type Optimise" (I've done this for one of my vector graphics with good results).
Or perhaps ImageMagic could be used for this? Any solution that would produce PDF -> PNG thumbnail with sharp text (and graphics) would be great!

standaloneclass supports converting to PNG on the fly (usingconverttool internally) – Tobi Jan 24 at 0:25