Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Cordova plugin is different from pdfviewer3.8.3.

More
IP: 192.168.0.71 8 years 2 months ago #13271 by anchalsahu
Hi,

I am integrating RadaeePDF SDK in my existing Cordova app. When I downloaded PDFViewer3.8.3 from the website this app shows a list of all available pdf files, but when I created a new app with Cordova plugin it directly opens that pdf.

I want that file list page in Cordova plugin. How do I get that in Cordova plugin?
Where will I get iOS SDK to integrate it directly?
More
IP: 192.168.0.71 8 years 2 months ago #13276 by emanuele
Hi,

the Cordova plugin contains the PDF reader classes and you can use and customize them.
Other UI features, like files list, settings view... are implemented only in Obj-C demo project.
You can implement other features, like files list, using Cordova APIs or using other Obj-C demo project's classes.
More
IP: 192.168.0.71 8 years 2 months ago #13277 by anchalsahu
I want to manipulate an editable pdf. Can I achieve that in Cordova plugin or this is only available in obj-c sdk?
When I am opening a PDF file, it's showing as readonly. I want to edit and save this file.
More
IP: 192.168.0.71 8 years 2 months ago #13278 by emanuele
You can edit form fields or manipulate the pdf file also with Cordova SDK.
Some features are available for javascript usage but you can add needed features in obj-c code of the plugin and create required methods.
To edit the pdf file you have to copy it in a writable folder (for iOS is Documents folder).
You can take a look at this Cordova article that show the directory system of the device: cordova.apache.org/docs/en/latest/refere...cordova-plugin-file/
Time to create page: 0.417 seconds
Powered by Kunena Forum