pdf-creator-node icon indicating copy to clipboard operation
pdf-creator-node copied to clipboard

This package is used to generate HTML to PDF in Nodejs

Results 78 pdf-creator-node issues
Sort by recently updated
recently updated
newest added

Flex-box properties are not working in css

![Screenshot 2022-04-18 103141](https://user-images.githubusercontent.com/87978878/163757209-23fcb1f3-75a6-4a0f-9617-b3621d8cdf7b.png)

![Screenshot from 2022-07-08 21-36-00](https://user-images.githubusercontent.com/43428328/178003857-cb04252d-e36f-495b-b32f-4b21440b6c2a.png) 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 ![image](https://user-images.githubusercontent.com/12084707/171063455-1a9e7152-0183-4baa-9205-127fbff0b25f.png) 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}} ```