当我尝试下载包含由pdfmake生成的图像的PDF文件时,我得到了:
Uncaught invalid image, images dictionary should contain dataURL entries (or local file paths in node.js)
我曾经在他们的website上参观过游乐场,但是我遇到了同样的错误。
在这里,我将example网址粘贴到服务器生成的图像上。如您所见,它工作正常(将其粘贴到浏览器的URL中)。
最后我发布了代码:
pdfMake.createPdf({
content:[{image: 'url from paste bin here'}]
}).download();
老实说,我没有想法了。