如何在 Chrome Headless 模式下指定 PDF 输出路径
How do I Specify PDF Output Path in Chrome Headless Mode
This page 表明您现在可以使用 chrome 使用以下 CLI 命令生成网页的 PDF:
chrome --headless --disable-gpu --print-to-pdf https://www.chromestatus.com/
但是,它没有说明如何指定输出路径。
如何指定输出路径?
chrome --headless --disable-gpu --print-to-pdf="C:/temp/pdftest.pdf" https://www.google.com/
来源:
https://cs.chromium.org/chromium/src/headless/app/headless_shell.cc?type=cs&l=63
This page 表明您现在可以使用 chrome 使用以下 CLI 命令生成网页的 PDF:
chrome --headless --disable-gpu --print-to-pdf https://www.chromestatus.com/
但是,它没有说明如何指定输出路径。
如何指定输出路径?
chrome --headless --disable-gpu --print-to-pdf="C:/temp/pdftest.pdf" https://www.google.com/
来源:
https://cs.chromium.org/chromium/src/headless/app/headless_shell.cc?type=cs&l=63