Reputation: 93
I have my data in angular table (JSON) format. Anyone know how to convert it to PDF file.Thanks in advance.
Upvotes: 0
Views: 2196
Reputation: 44
Try out this, angular-save-html-to-pdf
this module converts the HTML to HTML5 canvas and captures the same and converts it to PDF.
Hope this helps you.
Upvotes: 2