pdf-creator-node
pdf-creator-node copied to clipboard
This package is used to generate HTML to PDF in Nodejs
Flex-box properties are not working in css

 I get this error on production (but works perfectly on local), I have been searching it and found a similar issues like these: https://github.com/marcbachmann/node-html-pdf/issues/531#issue-499930843 and https://stackoverflow.com/questions/60966814/node-html-pdf-auto-configuration-failed...
All versions of libs and dependencies are similar, using px format of font-size f.e Text this does not works, width sets to 80px on server render, but on localhost works...
I want to print results of multiple students in one pdf file. Each student result will take one page
i'm having problems rendering a table with rowspan, borders don't show in right way  thats how is showing and im using .resumen tbody td { border: gray solid 1px;...
Hii, I'm trying to change the font-family of the pdf, I've tried changing it inside the css of the html file, but font is not changing
how to get index of element in loop #each, example: ```html {{#each element}} {{index ???}} - {{this}} {{/each}} ```