Skip to content

Commit

Permalink
Update pdfjam-pocketmod
Browse files Browse the repository at this point in the history
fixes pdfjam#6
  • Loading branch information
Wikinaut authored Jun 3, 2024
1 parent 622e03a commit 057777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pdfjam-pocketmod
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ case ${1} in
pageSpec="$1" ;
shift ;;
esac
pdfjam $n $q $c $v -o /dev/stdout "$sourceFile" "$pageSpec" | pdfjam --angle 180 $n $q $v -o /dev/stdout /dev/stdin '1,8,7,6' | pdfjam --nup 4x2 --landscape --frame true "$sourceFile" '2-5' /dev/stdin "$@"
pdfjam $n $q $c $v -o /dev/stdout "$sourceFile" "$pageSpec" | pdfjam --angle 180 $n $q $v -o /dev/stdout /dev/stdin '1,8,7,6' | pdfjam --nup 4x2 --landscape --frame true "$sourceFile" '2-5' /dev/stdin -o "${sourceFile%.*}_pocketmod.pdf"

0 comments on commit 057777c

Please sign in to comment.