From: Bastian Dehn Date: Sat, 5 Jul 2025 11:42:40 +0000 (+0200) Subject: fix create pdf X-Git-Tag: v1.0.7^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=aa180b160f8624349acf558fcbae15084e86f7c5;p=scantopdf.git fix create pdf --- diff --git a/scanbasic.sh b/scanbasic.sh index f0da35b..06f5eb5 100644 --- a/scanbasic.sh +++ b/scanbasic.sh @@ -116,7 +116,7 @@ createpdf() pdfs=$(echo $pdfs "scanned$countno.pdf") done - pdftk "$pdfs" output "$basename$(printf "%03d" $start).pdf" \ + pdftk $pdfs output "$basename$(printf "%03d" $start).pdf" \ || errlog "could not create pdf" \ || return 1