我尝试使用无头的chrome将示例HTML文件转换为PDF,但在Windows 10中不起作用。
这是我用来转换文件的命令,
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --headless --disable-gpu --print-to-pdf=t.pdf t.html
我html文件中的内容在下面,
<html>
<head>
<title>test</title>
</head>
<body>
<p>this is the sample file</p>
</body>
</html>
我也尝试了google.com,但无法正常工作。
此外,我注意到运行此命令后,它将在任务管理器的CMD下创建6个chrome进程,
有人可以帮助我解决此问题吗?我已经检查了以下问题,但没有帮助-
答案 0 :(得分:0)
怎么样
start chrome --headless --disable-gpu --print-to-pdf=%cd%\t.pdf t.html
?