Requirement:
I have to export a dashboard into PDF, this dashboard contains multiple tabs. Each tab has data that is dynamically fetched only once the tab is clicked on. Requirement is that all the tabs data should get exported into a pdf having multiple pages.
Methods Tried
- Tried html2canvas and then saved the same into jsPDF. Got stuck as I needed multiple divs to be exported and saved into multiple pages. [If this can be fixed, well and good]
- Tried React-Pdf, Apparently I couldn't use my dynamic tables/reports in this. so another dead end.
Just need one dashboard which contains multiple tabs to be exported into a pdf.