This project is no longer in development. If you are looking for cross-platform solution, check out React Native or Flutter. If you are looking to add to your current Cordova/Ionic project, check out the WebViewer sample.
This guide will help you integrate a free trial of the Apryse Native Plugin for iOS applications using Cordova. Your free trial includes unlimited trial usage and support from solution engineers.
Note: There are other approaches that can be used to integrate Apryse technology with Cordova. Please see this FAQ page to find out more about the relative strengths of each approach.
Download the SDK
The trial of Apryse Mobile SDK does not require a trial key. A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
If you don't already have a Cordova codebase, start one. If you do, then make sure iOS is added as a platform and skip to integration.
pdfhello
pdftron-cordova
plugin in your project directory.PDFNet.dmg
download, copy the /Lib/
folder into pdfhello/platforms/ios/pdfhello/
pdfhello/platforms/ios/pdfhello.xcodeproj
file.General
tab. Scroll down to find the Embedded Binaries
section. Here, add Lib/Tools/Tools.framework
and Lib/Framework-dynamic.PDFNet.framework
from the Lib/
folder you copied into your project. You can do this by dragging them in from Finder or by clicking the +
sign to browse your files.Build Phases
tab and click on the +
button to add a New Run Script Phase
. Copy and paste the following into the shell command:This will ensure invalid slices are striped from the framework before being submitted to the app store (a longstanding Xcode bug).Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales