Thursday, November 15, 2007

Create thumbnail for pdf document using php

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

** this was successfully done on FreeBSD ....

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/