pdfctl: Fix 'extract' parameters

master
Pierre Neidhardt 2017-03-05 22:03:40 +01:00
parent 05f0250096
commit 1fe3bfcec0
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ compress () {
}
extract () {
gs -sDEVICE=pdfwrite -dNOPAUSE -dSAFER -dSAFER -dFirstPage="$EXTRACT_FIRST" -dBATCH -dLastPage="$EXTRACT_LAST" -sOutputFile="$output" "$input"
gs -sDEVICE=pdfwrite -dNOPAUSE -dSAFER -dBATCH -dFirstPage="$EXTRACT_FIRST" -dLastPage="$EXTRACT_LAST" -sOutputFile="$output" "$input"
}
resize () {