printJS - 为什么在打印 PDF 文件时请求 URL not found 错误?

printJS - why requested URL not found error when printing PDF file?

尝试使用 printJS 打印 PDF 文件,从浏览器直接打印到网络打印机。但是出现错误:"The requested URL /docs/pricelist.pdf was not found on this server"

但是文件在那里。我可以使用锚 link 下载它。

并且,我正在正确加载 printJS,因为我可以使用它来打印 HTML 元素。

如何正确使用printJS从浏览器打印PDF?

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">

  <link rel="stylesheet" 
      href="https://printjs-4de6.kxcdn.com/print.min.css">
  <script src="https://printjs-4de6.kxcdn.com/print.min.js"></script>

  <title>Document</title>
</head>
<body id="body" >

  <a href="docs/pricelist.pdf">pricelist pdf</a>

  <button type="button" onclick="printJS('docs/pricelist.pdf')">
    Print PDF
  </button>

<button type="button" onclick="printJS('body', 'html')">
  Print HTML
</button>

</body>
</html>

尝试完成 url。

示例-:http://www.exampl.lk/ebook/s12syl18.pdf