html-to-pdf icon indicating copy to clipboard operation
html-to-pdf copied to clipboard

Options to create PDF from React page

Open softshape opened this issue 1 year ago • 3 comments

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.

softshape avatar Dec 19 '23 04:12 softshape

Did you find any options to do so ? I'm struggling with the same issue.

de-ansh avatar Dec 22 '23 03:12 de-ansh

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).

softshape avatar Dec 22 '23 03:12 softshape

Thank you so much

de-ansh avatar Dec 25 '23 13:12 de-ansh