Image convert
How to convert pdf file to an image in command line
convert -density 150 input.pdf -quality 90 output.png
mogrify -resize 50% *
whereby:
How to convert pdf file to an image in command line
convert -density 150 input.pdf -quality 90 output.png
mogrify -resize 50% *
whereby:
use this website :)