shell_exec("chromium-browser --headless --disable-gpu --dump-dom https://qna.habr.com/ > /path/to/test.html");
$html=shell_exec("chromium-browser --headless --disable-gpu --dump-dom https://qna.habr.com/");
wkhtmltopdf <путь, имя исходного файла.html> <путь, имя выходного файла.pdf>
ssh -T root@ip "reboot"