cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
106 stars 62 forks source link

add browser support #21

Closed pablomaurer closed 6 years ago

pablomaurer commented 7 years ago

Now I do not really like to use a native wrapper for creating a pdf, but there where problems in all other solutions.

Maybe we could somehow use jsPDF or another lib to generate the PDF in the browser platform. Since it would be cool to have a working solutions for all platforms.