Discussion: html2png
Afficher un message
Vieux 10/09/2007, 15h42   #5
Al
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Re: html2png

Like I said "... or Imagemagick command line using exec()." It's been a stable
release for years.

Kevin Waterson wrote:
> This one time, at band camp, Al <news@ridersite.org> wrote:
> The Imagick php extension is at RC2 and like all beta ware,
> should not be considered for a production environment.
>
>
>> Imagick PHP extension, easiest, or Imagemagick command line using exec().
>>
>> Imagick to read a pdf and output it as a jpeg:
>>
>> header('Content-type: image/jpeg');
>> $obj = new Imagick('xxxxx.pdf');
>> $obj->SetImageFormat('jpeg');
>> echo $obj;
>>
>> Your want to use montage, resizing and write the result to a file, etc.

>
>
>

  Réponse avec citation
 
Page generated in 0,05410 seconds with 9 queries