标签: javascript jquery pdf pdfkit
如何使用pdfkit在pdf上绘制图像?我尝试从我的文件夹加载我的源代码,我收到此错误:
TypeError:fs.readFileSync不是函数
我的代码:
var pdfdocument = new PDFDocument({ margin: 30 }); pdfdocument.image('/test.png', { width:550 });