Thursday 12 June 2014

Howto reduce PDF file size from command line

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

source

Friday 18 April 2014

Linux: Convert PDF to image

Using "convert" command.

Examples:

  • convert -quality 100 -density 600x600 multipage.pdf single%d.jpg
  • convert -geometry 1600x1600 -density 200x200 -quality 100 file.pdf file.jpg

Tuesday 25 March 2014

5 Secrets for Better Ecommerce Conversions

http://www.prestashop.com/blog/en/5-secrets-for-better-ecommerce-conversions/