public class

PSPDFKit

extends Object
java.lang.Object
   ↳ com.pspdfkit.api.PSPDFKit

Class Overview

A class holding the initializer for PSPDFKit.

Summary

Public Constructors
PSPDFKit()
Public Methods
synchronized static void initialize(String licenseKey)
Initialize the Sdk with the given activation key.
synchronized static void initializeTrial()
Initializes the Sdk in trial mode.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PSPDFKit ()

Public Methods

public static synchronized void initialize (String licenseKey)

Initialize the Sdk with the given activation key.

Parameters
licenseKey A valid production license key.
Throws
PSPDFKitInitializeException Throws if the native library cannot be found or license failure.

public static synchronized void initializeTrial ()

Initializes the Sdk in trial mode.

Throws
PSPDFKitInitializeException Throws if the native library cannot be found.