How to generate a PDF using Angular 7?
问题 I have to generate a PDF report from data entered by a user, which would be saved in an object. So far, I have come across stuff which generates an HTML page and then takes a screenshot and converts it into PDF. I am looking to generate a PDF directly from data stored in the object. Any ideas? 回答1: It is a common requirement, but you haven't provided much detail on specific requirements of your PDFs. You can look at: https://www.npmjs.com/package/angular-pdf-generator or https://parall.ax