Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
posterdown
/
fb80dc5650b27460519a4ea47ef0eb7994817168
/
.
/
ci
/
html2pdf
blob: 6967f9a837d119bb3acb4113920c90e8ce7b17fc [
file
] [
log
] [
blame
]
#!/bin/sh -eu
in
=
$1 out
=
$2 page0
=
$
{
3
:-}
page1
=
$
{
4
:-
$page0
}
google
-
chrome
--
no
-
sandbox
--
headless
--
no
-
pdf
-
header
-
footer
--
print
-
to
-
pdf
=
"$out"
.
tmp
"$in"
pdfseparate
-
f
1
-
l
1
"$out"
.
tmp $out