Jump to content

charlielha

Members
  • Posts

    4
  • Joined

  • Last visited

charlielha's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. is pdftotext installed on the servers? if so, what is the path to use it? Thanks. Ps: I'm opening a support ticket with the question and I'll post the answer here just in case somebody elseis looking for this.
  2. It was fixed with ghostscript. thanks for the help
  3. 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
  4. 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
×
×
  • Create New...