- Posts: 3
- Thank you received: 0
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, Xamarin, Basic4Android topics are listed here.
Cordova plugin is different from pdfviewer3.8.3.
- anchalsahu
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
8 years 2 months ago #13271
by anchalsahu
Cordova plugin is different from pdfviewer3.8.3. was created 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?
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?
IP: 192.168.0.71
8 years 2 months ago #13276
by emanuele
Replied by emanuele on topic Cordova plugin is different from pdfviewer3.8.3.
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.
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.
- anchalsahu
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
IP: 192.168.0.71
8 years 2 months ago #13277
by anchalsahu
Replied by anchalsahu on topic Cordova plugin is different from pdfviewer3.8.3.
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.
When I am opening a PDF file, it's showing as readonly. I want to edit and save this file.
IP: 192.168.0.71
8 years 2 months ago #13278
by emanuele
Replied by emanuele on topic Cordova plugin is different from pdfviewer3.8.3.
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/
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