I am trying to create app in iOS to show external PDF file (using URL). I found a solution to open PDF file using PhoneGap ChildBrowser plugin. But I am planning to provide option to print that PDF.
I check with Printplugin https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/PrintPlugin . This Plugin we need to pass HTML string.
But, I want to take the current URL PDF. Is it possible to take print of the PDF from ChildBrowser?
I work with QLPreviewController in iOS app. It is comes with print option. but in this app I can't use that because I need to provide more options to users like (send email and so on).
Please give me suggestions using ChildBrowser.