Search found 3 matches
- 2017-02-05T17:24:53-07:00
- Forum: Users
- Topic: Problem with conversion of pdf file
- Replies: 6
- Views: 3295
Re: Problem with conversion of pdf file
Sorry, I do not understand. Did adding the path work or not work? If I do convert images, the script runs succeful (for example next.png to next.jpg), then the php-script sees magick. I changed the file "delegates.hml" but it does not matter the results: <?xml version="1.0"?> <!DOCTYPE delegatemap ...
- 2017-02-03T01:17:28-07:00
- Forum: Users
- Topic: Problem with conversion of pdf file
- Replies: 6
- Views: 3295
Re: Problem with conversion of pdf file
Thanks for the quick response! I believe that PHP does not use the unix PATH to find magick. So you probably need to provide the full path to magick in your PHP command. But the picture conversion work, then the correct path. If that does not work, then it could be that PHP does not know where ...
- 2017-02-02T21:23:48-07:00
- Forum: Users
- Topic: Problem with conversion of pdf file
- Replies: 6
- Views: 3295
Problem with conversion of pdf file
Immediately I apologize for my bad English. On the server with Windows Server 2012 (IIS) installed Imagick 7.0.4 and GS 9.20. I convert pdf to jpg from Windows CMD (command line): magick "to_process/sample.pdf" "to_process/next.png" - all works, file converting. If I do the same thing from a php ...