Anyone know of a way using php (no shell_execs), to convert a pdf to an image type of png, jpg,gif, or tif?
In my existing app we are shelling out using ghostscript, pdftk, etc, and would like to switch this over to all inside of php.
Yes, I've googled. a lot! ;)
it looks like fpdf will allow you to convert an image of those types, but can't see how to load an existing pdf and then to convert it.