Create thumbnail for pdf document using php
11.12.07 (11:23 am) [edit]
To convert source test.pdf to image test.jpg
Pass this command to php function ' system()';
# gs -q -dNOPAUSE -dBATCH -sDEVICE=jpeg -sOutputFile=test.jpg test.pdf
# convert -resize 120x120 test.jpg test.jpg
posted by: kinghavoc (reply)
post date: 12.15.07 (1:23 pm)
Awesome post. This blog is a great resource for computer programers/geeks like me/