html2pdf
html2pdf copied to clipboard
hide elements
Hello,
I already used html2pdf to generate my PDF and its working fine. So, I have one PDF called ticket (Its a ticket to sell), and I need to generate another one with buyer informations. (name, phone number....). I need to take the first one but hide all element excepted customer information.
I tried visibility:hidden, display:none but those rule doesn't works. I want a blank ticket with only client informations, so I need the same positon of the first one.