How to create thumbnails/screenshots out of PDF files on my Linux server?

sharir4u

New Member
I want to create thumbnails out of PDF files to be able to display a short preview of the PDF file on a website. I tried it by using ImageMagick. Unfortunately the results aren't very pleasing. The resulting images are very fuzzy.Example Thumbnail (fuzzy):
Dwtu4.png
Original PDF: (see Comment)Command: \[code\]convert -thumbnail x800 k.pdf[0] test.png\[/code\]Is my convert command misconfigured or do you know any better way achieving my goal?
 
Back
Top