Reply to Re: PDF to JPG conversion?

Re: PDF to JPG conversion? new!
by Bill Posters, 16 years, 3 months ago
After some Googling, it seems that I may need ImageMagick and GhostScript installed on my PHP host server.

So, alternatively, how would I integrate the ImageMagick/GhostScript process into a script which is otherwise based on Verot's upload class?

i.e. Between…
$handle = new upload($_FILES['img_src']);
$handle->allowed = array('application/*','image/*');
if ($handle->uploaded) {
	…
}

Many thanks for any help.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important