Create PDF using Web API and AngularJS
Hello Guys,I am trying to generate a PDF using Web API and AngularJS. I have a page(html) which is populating with some data related to payslips and other details. Top of the HTML page is displaying the details of the employee, the middle of the page is displaying with the Salary details(deductions, EPF, net salary etc). The bottom of the page is displaying other information for the employee.
Now I need a button on the middle so that when I click the button, it should take the middle part of the page(salary details) and then open it as a PDF document.
I have Web API where I want to write a method which will give me JSON results as per my project structure.
Can anyone provide some work around or similar links so that I can proceed with. It will be helpful to me.
Thanks in advance.