html-to-pdf
html-to-pdf copied to clipboard
Options to create PDF from React page
Hello,
what are recommended options to create PDF from React generated page? It can take some time to build it completely after DOM is loaded.
Did you find any options to do so ? I'm struggling with the same issue.
We've found a fork https://github.com/louis-nguyen-qode/html-to-pdf which supports #pdf-ready element (PDF is created as soon as #pdf-ready appears on the page).
Thank you so much