convert pdfs to jpgs

for i in `/bin/ls | grep -i pdf` ; do ( nn=`echo $i | cut -f1 -d"."` ;

    convert -density 150 $i -quality 85 $nn.jpg ) ; 

done

Popular posts from this blog

reduce email address harvesting

Setting the PHP version