Many Thanks.
Very quick support.
I'm surprised.
Regards.
Search found 3 matches
- 2012-07-03T04:40:09-07:00
- Forum: IMagick
- Topic: Support Using php5-imagick on debian
- Replies: 4
- Views: 12857
- 2012-07-03T03:50:14-07:00
- Forum: IMagick
- Topic: Support Using php5-imagick on debian
- Replies: 4
- Views: 12857
Re: Support Using php5-imagick on debian
Where is published this patch ?
I need also to be able to change Document Proprerties in the PDF while converting, like Document Title, Document Subject and other properties.
Regards
I need also to be able to change Document Proprerties in the PDF while converting, like Document Title, Document Subject and other properties.
Regards
- 2012-07-03T02:44:53-07:00
- Forum: IMagick
- Topic: Support Using php5-imagick on debian
- Replies: 4
- Views: 12857
Support Using php5-imagick on debian
Hi to all,
I have a website where clients can upload documents (images or documents of various type [pdf,png,jpg,tiff and others]).
I actually convert any file uploaded in PDF format using this syntax:
$image = new Imagick();
$image->readImage("file_uploaded.jpg");
$image->setCompression(Imagick ...
I have a website where clients can upload documents (images or documents of various type [pdf,png,jpg,tiff and others]).
I actually convert any file uploaded in PDF format using this syntax:
$image = new Imagick();
$image->readImage("file_uploaded.jpg");
$image->setCompression(Imagick ...