PDF to image

hi @decalajoraire,
to convert PDF to image you can use “Ghost script” tool.

you could trigger the below Command from command prompt to convert the PDF to image.

"gswin32 -dNOPAUSE -dBATCH -sDEVICE=png16m -sOutputFile=“Pic-%d.png” input.pdf

reference links:

https://www.ghostscript.com/doc/9.26/Devices.htm

3 Likes