html2pdf icon indicating copy to clipboard operation
html2pdf copied to clipboard

hide elements

Open vinvin27 opened this issue 3 years ago • 0 comments

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.

vinvin27 avatar May 27 '22 19:05 vinvin27