在Powershell中使用wkhtmltopdf,PDF文件正在按预期打印,尽管它发出如下警告:
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Datepicker - Display multiple months</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#datepicker" ).datepicker({
numberOfMonths: 2,
showButtonPanel: true
});
} );
</script>
</head>
<body>
<p>Date: <input type="text" id="datepicker"></p>
</body>
</html>
& "C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe" --print-media-type -q --header-left [webpage] --header-font-size 7 --footer-left [isodate] $listing.Url $pdfDest
我想要处理这个警告,或者因为pdf工作得很满意,我想抑制警告。我需要一些方向。
答案 0 :(得分:1)
我可以从错误中看到该命令在第138行引用get_individual_aircraft.ps1
。
请你放
$ ErrorActionPreference ='SilentlyContinue';
在该脚本中查看是否有效。我相信在该脚本的帮助下调用 EXE 。