Search code examples
angularjsjspdfngtablejspdf-autotable

Angular Js HTML to PDF


I have my data in angular table (JSON) format. Anyone know how to convert it to PDF file.Thanks in advance.


Solution

  • 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.