From 2c3bf2ff3977ef6fb62d3105aaf8092afa0de53f Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 Feb 2023 13:23:38 +0100 Subject: [PATCH] another fix --- bin/pdfcompress2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pdfcompress2 b/bin/pdfcompress2 index a9ca1d3..001fec1 100755 --- a/bin/pdfcompress2 +++ b/bin/pdfcompress2 @@ -66,7 +66,7 @@ for f in "$temp_pages_dir"/page-*.jpg; do gs -dNOSAFER -sDEVICE=pdfwrite -o "${f/.jpg/.pdf}" /usr/share/ghostscript/lib/viewjpeg.ps -c "($f)" viewJPEG done -logf "Merging compressed pages to a single PDF ()\n" +logf "Merging compressed pages to a single PDF\n" pdfunite "$temp_pages_dir"/page-*.pdf $output_file rm -r "$temp_pages_dir"