Aymkdn / html-to-pdfmake

This module permits to convert HTML to the PDFMake format
https://aymkdn.github.io/html-to-pdfmake/index.html
MIT License
560 stars 88 forks source link

Added ignoreHidden to skip display none elements #162

Closed UsernameUsernameAvailable closed 1 year ago

UsernameUsernameAvailable commented 1 year ago

Added a flag to allow elements to be skipped if they are hidden with style display:none

Aymkdn commented 1 year ago

Thanks. I'll just change the option to be true by default.

Aymkdn commented 1 year ago
Aymkdn commented 1 year ago

I published v2.4.11 because your code was not right… it was causing the previous style to be applied to the next element, so I fixed it in the new version.

Thanks for the suggestion.