projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab731c8
)
nup1x3.sh: remove delta
author
Dan White
<dan@whiteaudio.com>
Thu, 19 Jan 2023 21:46:12 +0000
(15:46 -0600)
committer
Dan White
<dan@whiteaudio.com>
Thu, 19 Jan 2023 21:46:12 +0000
(15:46 -0600)
nup1x3.sh
patch
|
blob
|
history
diff --git
a/nup1x3.sh
b/nup1x3.sh
index f19d9397ef127adabb8adec65807f4942cb78a6e..b6b2234a38dcb8ec840eda93d68b1c4d6527cf59 100755
(executable)
--- a/
nup1x3.sh
+++ b/
nup1x3.sh
@@
-10,12
+10,12
@@
fi
infile=${1-}
outfile="$(basename ${infile} .pdf)-1x3.pdf"
+ #--delta "-1cm -1cm" \
pdfjam \
--nup 1x3 \
--letterpaper \
--no-landscape \
--offset "-3cm 0cm" \
- --delta "0cm 0cm" \
--scale 0.9 \
--outfile "${outfile}" \
"${infile}"