I'm trying to convert pdf to jpg using ImageMagick php. It seems that ImageMagick needs Ghostscript to work with pdfs however my shared hosting provider does not allow the installation of Ghostscript since it makes use of shell_exec()
and exec()
.
So my question is. Can I convert pdf to jpg with ImageMagick without Ghostscript. If not is there an alternative. I'm doing this using the wordpress platform fyi.