Fer un thumbnail d'un PDF

gs -dNOPAUSE -dBATCH -sDEVICE=jpeg \
-sOutputFile=outfile.jpg -dJPEG=85 -r72 \
-dGraphicalAlphaBits=4 -dTextAlphaBits=4 \
infile.pdf

convert -size 120x85 outfile.jpg -resize 120x85 \
+profile "*" outfile.jpg

Fer un thumbnail d'un PDF (last edited 2008-01-29 12:57:53 by AlbertManyà)