Reputation: 113
I followed this guide http://www.ioslearner.com/convert-html-uiwebview-pdf-iphone-ipad/ to generate PDF from a UIWebView. What I actually need to do is generate a PDF from the cordova UIWebView in my app. Does someone know how to do this? I think it will be necessary to write a plugin for this.. Thank in advance.
Upvotes: 0
Views: 656
Reputation: 994
Use this KAPDFPlugin .Add into the plugin into your project and follow the instructions to link it to your code.
Upvotes: 1
Reputation: 53301
Yes, you'll need a plugin for that.
You already have the native code you need, so it won't be difficult
Upvotes: 0