Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Radek Hušek
cups-pdf-postprocess
Commits
f260a0e7
Commit
f260a0e7
authored
Oct 13, 2021
by
Radek Hušek
Browse files
bump
parent
37a9cec8
Changes
2
Hide whitespace changes
Inline
Side-by-side
cups-pdf-postprocess.conf
View file @
f260a0e7
...
...
@@ -5,6 +5,7 @@
"HOME"
:
"/home/radek"
,
"KDE_SESSION_VERSION"
:
"4"
,
"XDG_CURRENT_DESKTOP"
:
"KDE"
,
"SSH_AUTH_SOCK"
:
"/run/radek/ssh-agent.sock"
,
},
"printers"
: [
...
...
print_compact.sh
View file @
f260a0e7
...
...
@@ -13,5 +13,5 @@ case $PAGES in
1
)
pdfjam
--nup
2x1
--landscape
--doublepagestwistodd
\*
true
-o
/dev/stdout /dev/stdin 1,
'{}'
;;
2
)
pdfjam
--nup
2x1
--landscape
--doublepagestwistodd
\*
true
-o
/dev/stdout /dev/stdin 1,2
;;
*
)
pdfbook
-o
/dev/stdout /dev/stdin
;;
esac
| pdfj
oin
-o
/dev/stdout /dev/stdin
`
python
-c
"print(','.join(['-']*
$COPIES
))"
`
esac
| pdfj
am
--landscape
-o
/dev/stdout /dev/stdin
`
python
-c
"print(','.join(['-']*
$COPIES
))"
`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment