Convert React Components into PDF

17 views Asked by At

I have a react component and in this component I have a table with dynamically show data and also other html content. I want also page break concept each loop. When I render the page it showing in the form of pdf like inside iframe. And also I want converted pdf blob link.

I have write a component with necessary html content with dynamically show data. I am using react render pdf component but it only worked html tag not html tag with react code like js code that I dynamically shown data . I want to convert same like pdf of react component

0

There are 0 answers