2 Topics

Member Avatar for
Member Avatar for Danny159

Hi All, I have the following script that works fine, it createds a png of the first page of a given PDF. However I also want to screenshot the first page of a .doc file. Can this be done with imagick as well? $im = new imagick($pdf.'[0]'); $im->setImageFormat("png"); $getfilename = …

Member Avatar for andrevanzuydam
0
110
Member Avatar for daniel36

How many pages of pdf can view as images by imagick.i need it in my project to view all pdf file as images.Is it possible by imagick.

Member Avatar for pritaeas
0
110

The End.