Riccardo Cestari
Riccardo Cestari

Reputation: 113

Generate PDF via objective-C in Cordova app

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

Answers (2)

kaar3k
kaar3k

Reputation: 994

Use this KAPDFPlugin .Add into the plugin into your project and follow the instructions to link it to your code.

Upvotes: 1

jcesarmobile
jcesarmobile

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

Related Questions