Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.42 KB

Xamarin PSPDFKit v4 Bindings

Xamarin.iOS Bindings for PSPDFKit v4.4.8

Building PSPDFKit.dll

Note: You must have at least Xamarin.iOS 8.10.0 to compile this binding project.

Important: In order to use the bindings with a non-demo license key, please follow these instructions:

  1. Download PSPDFKit from your customer portal if you haven't done so already.
  2. Open the dmg file you downloaded in step 1 and copy PSPDFKit.embeddedframework/PSPDFKit.framework/Versions/A/PSPDFKit to binding/PSPDFKit/PSPDFKit.
  3. Follow the instructions below to build the bindings.

This binding provides Unified Api and Classic Api out of the box. Choose the one you need but we really encourage you to migrate your project to Unified Api since Apple will enforce 64 bits apps soon.

You have two options to get it:

###Build from PSPDFKit.sln

  1. Open PSPDFKit.sln on Xamarin Studio or Visual Studio
  2. Build the project (Unified or Classic)
  3. Get the dll from the Dll folder
  4. Enjoy

###Build from terminal

  1. Just run make command from root or binding directory
  2. Get the dll from the binding folder
  3. Enjoy