Knowledge Base - Create Cordova project with RadaeePDF-Cordova Plugin and RadaeePDF PDF reader

To create a Cordova project and integrate the RadaeePDF-Cordova Plugin to it, you need to do the following:

  1. Create the app using the demo package name (if you not yet have an active license), to be able to test all the features (standard, professional and premium).
     Android: cordova create RadaeePDF-Cordova com.radaee.reader RadaeePDF-Cordova
     iOS: cordova create RadaeePDF-Cordova com.radaee.pdf.PDFViewer RadaeePDF-Cordova
  2. Add the android/iOS platform.
     cd RadaeePDF-Cordova
     cordova platform add android --save and/or cordova platform add ios --save
  3. Add the plugin.
     cordova plugin add https://github.com/gearit/RadaeePDF-Cordova.git --save
  4. Build the app.  (necessary for Android to execute the configure-android.js that is responsible of adjusting some import errors)
     cordova build 
Applies To

RadaeePDF SDK for Android, RadaeePDF SDK for iOS, RadaeePDF SDK for Cordova

Details

Created : 2017-03-02 08:41:21, Last Modified : 2021-05-27 13:35:52