Hi Colleagues,
I'm using AngularJS in my Application where, If a user enter his details as input field, I'm printing it in html. I want the same feature in PDF
Eg.,
<input type="number" ng-model="mobile" placeholder="eg., +91 987654321">
I'm printing using {{mobile}}.
How can i convert this data into pdf ?? Is it possible ?? I tried using jsPDF.com
But couldn't able to using with angularJS. Can you help me on this ?
regards,
San