Convert a pdf to picture using ghostscript and imagemagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
abbd

Re: Convert a pdf to picture using ghostscript and imagemagick

Post by abbd »

Thank you verry mutch, with this command : convert -density 400 inputimage -resize 25% outputimage, it work but unfortunatly it take more time to generate a picture :(
Post Reply