Generate PDF from HTML using pdfMake in Angularjs
Okay, I figured this out. You will need html2canvas and pdfmake. You do NOT need to do any injection in your app.js to either, just include in your script tags On the div that you want to create the PDF of, add an ID name like below: <div id=”exportthis”> In your Angular controller use the … Read more