Jump to content

Recommended Posts

Posted

I'm able to use ImageMagick to convert a jpg image into a png but using the same code I can't convert a pdf to either a png or jpg.

 

Here's the php code I'm using for both conversions:

 

$command = shell_exec("/usr/bin/convert test.pdf t1.png");

$command = shell_exec("/usr/bin/convert page7.jpg page72.png");

 

Do I need to do something different in order to convert the pdf?

 

Thanks

Posted

Welcome to the forum charlielha :)

 

Don't know if you can convert pdf files on the server or not. You can open a ticket with the help desk and they will be able to tell you for sure.

Posted

Thanks for the welcome.

 

As for Imagemagick, I've used it in another server to convert pdfs with no problem.

 

I opened a ticket and support said that they weren't aware of any limitations with the software and directed me to the forums to get more information as they are not well versed with the script.

 

If anyone has more knowledge of imagemagick and knows how to get this done, or a workaround, I would greatly appreciate their input.

 

Thanks

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...