Hello,
I have tried everything in order to try to convert uploaded PDF to an image and nothing seems to work.
I have tried using the imagemagick library and that seems to go no where.
I tried doing it within PHP by using the the MagickSetImageFormat function...that doesnt do anything.
Also tried
exec('convert "'.$uploadFile.'[0]" -colorspace RGB -geometry 200 "document.png"');
and that doesnt do anything.
Please help
Thanks!!!