This page shows that you can now use chrome to generate a PDF of a webpage using the following CLI command:
chrome --headless --disable-gpu --print-to-pdf https://www.chromestatus.com/
However, it does not state how to specify the output path.
How do you specify the output path?