Search found 1 match

by nimbfire
2014-06-20T11:44:11-07:00
Forum: Bugs
Topic: Problem converting PDF to JPG with PHP -works from the shell
Replies: 0
Views: 4219

Problem converting PDF to JPG with PHP -works from the shell

Hi =) I'm having trouble to convert a .pdf file to .jpg (or other imagelike files) using php. When I run "convert pdf.pdf image.jpg" in the terminal, it works. But when I call it with an shell_exec I got an error shell_exec( ' "C:\Program Files (x86)\ImageMagick-6.8.9-Q16\convert.exe" archive.pdf ...