react-to-pdf
react-to-pdf copied to clipboard
Print hidden elements
Hi, is there any possibility of generating hidden elements as pdf?
For example, I have an accordion and a download button when I click on the download button the accordion should not toggle but generate the inner contents as pdf. I tried visibility and display: none but nothing seems to be working.