javascript - JS: Create report on Node.js -


i need create report (text file), has tables , images.

first used pdfkit :
- can add picture, creation of table not possible. draw many lines - it's not good.

another option create file using excel-export :
- creating table perfect, there no way add image.

anyone knows module, combines addition of images , creation of simple table?

i found answer in other lib - html-pdf

very easy use. can read in more detail here


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -