I have multiple components say comp1, comp2 and comp3. comp1, comp2, comp3 view generates dynamically based on the id used in the route.
How can I print all the components HTML view in a single pdf using angular? the pdf should look like 1)displaying all the data for each id in comp1 2)displaying all the data for each id in comp2 3)displaying all the data for each id in comp3.
Is there any way to do it using jspdf package or any other?