<? $PDF = '123.pdf'; $IMAGE = '123.png'; exec('convert "'.$PDF.'[0]" -colorspace RGB -geometry 100 "'.$IMAGE.'"' ); ?>