#!/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"