Hello everyone.
I am using IM in a php driven web app to manage uploaded images.  
Currently, i am accepting all image types, and converting those images  
to png's for browser compatibility. I've run into a problem dealing  
with PDF's though. Here's the breakdown.

Conversions from any file type to PDF work using php, and directly  
from the shell.
Conversion from PDF to any file type work using the shell only.
Conversion from PDF to any file type using PHP fail with a return  
value of 1.
All other conversions not involving PDF's work both in the shell, and  
PHP.

I can't seem to figure out why PDF's cant be converted from PHP. Both  
IM and Ghostscript have been recompiled. Any suggestions/ideas on what  
may be happening and how i can fix it?

Testing has been done with a 180kb single page pdf file on a Red Hat  
server.

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to