fredag, januar 19, 2007

Creating thumbnails from first page of a pdf

Using imagemagick - convert:

convert "document.pdf[0]" -thumbnail 150x150 "firstpageofpdf.png"

Since convert uses gs (ghostscript) to process the pdf, remember that gs also needs to be in the php PATH. And of course, that the apache www-user has the correct folder permissions.

Labels:

0 Comments:

Post a Comment

<< Home