Convert PDF to images (jpeg, png etc…)

If you want to convert pdf to images (png, jpeg), try Ghost script command

gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=png16m -r300 -sOutputFile=output_file.png input_file.pdf

You can change “png16m” with the devices from

gs -h

Related posts:

Share

About number.0