To convert the PDF file to a series of image, you use the convert utility as follows:
convert -quality 100 -density 600x600 orig.pdf output%d.jpg
To convert to any other format simply replace the 'jpg' extension with the desired output format.
convert -quality 100 -density 600x600 orig.pdf output%d.jpg
3 comments:
the conversion could not be completed....cmd prompt shows an error :
Magick : missing an image filename 'filename.jpg'....
The command as shown works for me. Maybe something is wrong with your pdf file?
I'm not a developer, i always use this free online pdf to image converter
Post a Comment