getImageBlob w/PDF returns zero data?
Posted: 2008-11-12T08:27:12-07:00
$i = new Imagick();
$i->readImage("My2PagePDF.pdf");
$data = $i->getImageBlob();
printf("Length should be greater than zed, but is: %d\n", strlen($data));
results in '0'. What gives?
$i->readImage("My2PagePDF.pdf");
$data = $i->getImageBlob();
printf("Length should be greater than zed, but is: %d\n", strlen($data));
results in '0'. What gives?