commit | 84bb39d9ffb9a519b03917d183cd95b42fd5bff8 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 20 15:34:48 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 20 15:57:44 2023 +0200 |
tree | d2f1cd3a06b4d5a30d9247681c15078b4bf498f8 | |
parent | ad17fb07e7809aca7b69337bfb3527af6df540f2 [diff] |
Now really switch to headless=new Change-Id: I9a93b919058677eb6364ea4f8011b895f4f5f4f2
diff --git a/ci/html2pdf b/ci/html2pdf index 6967f9a..9596c1f 100755 --- a/ci/html2pdf +++ b/ci/html2pdf
@@ -1,4 +1,4 @@ #!/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" +google-chrome --no-sandbox --headless=new --no-pdf-header-footer --print-to-pdf="$out".tmp "$in" pdfseparate -f 1 -l 1 "$out".tmp $out