I have my data in angular table (JSON) format. Anyone know how to convert it to PDF file.Thanks in advance.
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.