From: Vincent Le Gallic Date: Sun, 29 Sep 2013 12:33:57 +0000 (+0200) Subject: Thanks b2moo X-Git-Url: http://gitweb.pimeys.fr/?a=commitdiff_plain;h=c20c78f6579ef226875061695c08f3415587f923;p=scripts-20-100.git Thanks b2moo --- diff --git a/compat b/compat new file mode 100755 index 0000000..e38fccc --- /dev/null +++ b/compat @@ -0,0 +1,5 @@ +#!/bin/bash + +# Script écrit par Daniel pour rendre un PDF compatible avec l'imprimante +gs -dCompatibilityLevel=1.2 -dBATCH -dNOPAUSE -sDEVICE=pdfwrite\ + -sOutputFile="$2" "$1"