Hi,
Is there a way to convert a pdf page into an image? Not extract the images. Convert the entire page into an image.
Hi,
Is there a way to convert a pdf page into an image? Not extract the images. Convert the entire page into an 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:
hi @ddrdushy1 ,
I did not know Ghostscript, thank you for this return. I test that
I am ideally looking for a solution that does not require additional installation (GhostScript)