ImageMagick PDF to Image conversion or Vice versa
26 October, 2010 Leave a Comment
Using Linux version of ImageMagick to convert PDF to Image
convert -density 140 test.pdf -resize 25% -quality 100 -colors 256 test.png
You can even use PHP ImageMagick library to convert pdf to image file.
For more information can be view from here :



