此页面显示您现在可以使用 chrome 使用以下 CLI 命令生成网页的 PDF:
chrome --headless --disable-gpu --print-to-pdf https://www.chromestatus.com/
但是,它没有说明如何指定输出路径。
你如何指定输出路径?
此页面显示您现在可以使用 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