Making PDF

Hello,

I Want Any Simple Example Of Making Or Generating PDF In Ionic 2 With Step By Step Setting Up The Required npm’s

Hi,

You’ve got a couple of pretty decent options.

Plugin route:
https://www.npmjs.com/package/cordova-pdf-generator

Javascript route:

I’ve used the latter. Not heavy on functionality but works a treat.

Thank You For Reply Buddy…

I’ll Try The cordova-pdf-generator

Nice one.
The only thing I’d say about using the other one is of course being javascript based means you can test in the browser if that’s important to you.

Good luck.