]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
fix create pdf
authorBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 11:42:40 +0000 (13:42 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 11:42:40 +0000 (13:42 +0200)
scanbasic.sh

index f0da35b59081b219cff3db0790c4f0c9c22db7c9..06f5eb55e1d5320363693a2d6d0177672785368b 100644 (file)
@@ -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