Add new flag to prevent header and footer from being printed
This commit is contained in:
parent
3631b56d27
commit
f37f1c4029
|
@ -58,6 +58,7 @@ chromium-browser \
|
||||||
--disable-gpu \
|
--disable-gpu \
|
||||||
--run-all-compositor-stages-before-draw \
|
--run-all-compositor-stages-before-draw \
|
||||||
--print-to-pdf-no-header \
|
--print-to-pdf-no-header \
|
||||||
|
--no-pdf-header-footer \
|
||||||
--no-margins \
|
--no-margins \
|
||||||
--print-to-pdf="${LAYOUT_PDF}" \
|
--print-to-pdf="${LAYOUT_PDF}" \
|
||||||
"${TMP_HTML}"
|
"${TMP_HTML}"
|
||||||
|
|
Loading…
Reference in New Issue