Search found 2 matches

by ciskomi
2014-09-23T11:41:05-07:00
Forum: IMagick
Topic: PHP:How to save multi page TIFF image to SQL Server 2008?
Replies: 2
Views: 9095

Re: PHP:How to save multi page TIFF image to SQL Server 200

with PHP, did you try the command:

Code: Select all

$object->getImagesBlob();
I use it to create a multipages PDF file
by ciskomi
2014-09-23T10:18:49-07:00
Forum: IMagick
Topic: Define PDF description when create PDF in PHP imagick
Replies: 1
Views: 6539

Define PDF description when create PDF in PHP imagick

Hello. I try to create a PDF file with imagick, and it works quite well. Here you are my code: <? // ciskomi 23 sept 2014. France. // create magick object $test=new Imagick(); // create white picture with A4 format ratio $test->newImage(1240, 1753, new ImagickPixel('white')); // create font object $...