html2pdf.js
html2pdf.js copied to clipboard
Add title to PDF
I have a table in html. And html2pdf works fine.
But now I need add some text before table only in PDF, not in html.
I have added <div> with display: none
How I can chnage display: none to display: block only in pdf?
Thanks
I face same problem are you solve ?