无法在NodeJS中使用html-pdf生成PDF(包含所有详细信息)
从html模板创建PDF时,我有些卡住。如果我使用静态条目,它确实可以工作,但是我希望为多个项目生成pdf,并且项目每次都可以变化,我不确定是否缺少任何建议人员。
after i added .map function in the pdfTemplate.js file as below to go through each object and get the price, it seems to not working properly
snippet from the main ./documen...