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 annotations viewing 4 years 11 months ago #14357

  • Yugandhara
  • Yugandhara's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
Hi all,
we are trying to create a demo project and view the annotations but we are unable to click on them.

Can any one please guide us on how can we achieve the functionality through cordova plugin.

Thanks in advance

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

Cordova annotations viewing 4 years 11 months ago #14358

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,
if are not able to click on annotation, it means that you are opening a pdf file from assets or from a readonly folder.
Please be sure to use a file located in a writable folder.

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

Cordova annotations viewing 4 years 11 months ago #14359

  • Yugandhara
  • Yugandhara's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
Hi thanks for quick response.

We tried loading the PDF from writable folder but still we are unable to open the annotation box.

Is their any specific method for this?

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

Cordova annotations viewing 4 years 11 months ago #14361

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Hi,

Do you have a valid license, if not make sure to activated the demo license to be able to test the annotation features.
For the demo license, your cordova project must have com.radaee.reader as the package name.
RadaeePDFPlugin.activateLicense(

{

 licenseType: 2, //0: for standard license, 1: for professional license, 2: for premium license

 company: "Radaee", //the company name you entered during license activation

 email: "radaee_com@yahoo.cn", //the email you entered during license activation

 key: "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO" //your license activation key

},

function(message)

{

 console.log("Success: " + message);

},

function(err){

 console.log("Failure: " + err);

}

);

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

Cordova annotations viewing 4 years 11 months ago #14369

  • Yugandhara
  • Yugandhara's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
Hi, We tried to activate the license but it is giving an error : License not activated.
Can you provide a new key which is working?

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

Cordova annotations viewing 4 years 11 months ago #14370

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
The JS method to activate the license can be found in Activate demo license on Cordova project
Demo Keys:
For Android package name must be com.radaee.reader and the activation keys can be found following Test different license types on Android before buying the license
For iOS bundle id must be com.radaee.pdf.PDFViewer and the activation keys can be found following Test different license types on iOS before buying the license

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

  • Page:
  • 1
Powered by Kunena Forum