Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
  • Page:
  • 1

TOPIC:

Cordova plugin is different from pdfviewer3.8.3. 6 years 3 months ago #13271

  • anchalsahu
  • anchalsahu's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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?

Please Log in or Create an account to join the conversation.

Cordova plugin is different from pdfviewer3.8.3. 6 years 3 months ago #13276

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
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 following user(s) said Thank You: anchalsahu

Please Log in or Create an account to join the conversation.

Cordova plugin is different from pdfviewer3.8.3. 6 years 3 months ago #13277

  • anchalsahu
  • anchalsahu's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

Cordova plugin is different from pdfviewer3.8.3. 6 years 3 months ago #13278

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
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/

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum