From: Martin Pitt Date: Thu, 10 Sep 2020 09:13:45 +0000 (+0200) Subject: scandoc: Use pdfjam directly X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=dc5572188be81ecd1e35b026475263fade26a350 scandoc: Use pdfjam directly pdfjoin wrapper got removed in pdfjam 3.02 --- diff --git a/scandoc b/scandoc index ad18a10..f62373c 100755 --- a/scandoc +++ b/scandoc @@ -22,6 +22,6 @@ while true; do [ "$x" = q ] && break || true done -pdfjoin --outfile "$name" page*.pdf +pdfjam --outfile "$name" --fitpaper true --rotateoversize false page*.pdf rm -rf "$D"