public final enum

LicenseFeature

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.LicenseFeature

Class Overview

Possible features that are enabled as part of the license.

Summary

Enum Values
LicenseFeature  ANNOTATION_EDITING  Edit/Create annotations. 
LicenseFeature  ANNOTATION_REPLIES  Allows annotation replies and reviews. 
LicenseFeature  COMPARISON  Enables comparing, merging and recoloring document pages. 
LicenseFeature  DIGITAL_SIGNATURES  Digitally sign PDF forms. 
LicenseFeature  DOCUMENT_EDITING  Allows editing of documents. 
LicenseFeature  ELECTRONIC_SIGNATURES  Enables editing and creation of electronic signatures. 
LicenseFeature  FORMS  PDF forms display/editing. 
LicenseFeature  IMAGE_DOCUMENT  Create documents from images. 
LicenseFeature  INDEXED_FTS  Use the indexed full-text-search. 
LicenseFeature  MEASUREMENT_TOOLS  Enables the use of measurement tools which are part of the annotation toolbar. 
LicenseFeature  PDF_CREATION  Create PDF documents. 
LicenseFeature  READER_VIEW  Enables extracting page content and displaying it in easily readable format. 
LicenseFeature  REDACTION  Enables redacting page content. 
LicenseFeature  WEBKIT_HTML_CONVERSION  WebKit-based HTML-to-PDF conversion. 
Public Methods
static LicenseFeature valueOf(String name)
final static LicenseFeature[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LicenseFeature ANNOTATION_EDITING

Edit/Create annotations.

public static final LicenseFeature ANNOTATION_REPLIES

Allows annotation replies and reviews.

public static final LicenseFeature COMPARISON

Enables comparing, merging and recoloring document pages.

public static final LicenseFeature DIGITAL_SIGNATURES

Digitally sign PDF forms.

public static final LicenseFeature DOCUMENT_EDITING

Allows editing of documents.

public static final LicenseFeature ELECTRONIC_SIGNATURES

Enables editing and creation of electronic signatures. This is not related to Digital Signatures.

public static final LicenseFeature FORMS

PDF forms display/editing.

public static final LicenseFeature IMAGE_DOCUMENT

Create documents from images.

public static final LicenseFeature INDEXED_FTS

Use the indexed full-text-search.

public static final LicenseFeature MEASUREMENT_TOOLS

Enables the use of measurement tools which are part of the annotation toolbar. Annotation Editing must also be licensed.

public static final LicenseFeature PDF_CREATION

Create PDF documents.

public static final LicenseFeature READER_VIEW

Enables extracting page content and displaying it in easily readable format.

public static final LicenseFeature REDACTION

Enables redacting page content.

public static final LicenseFeature WEBKIT_HTML_CONVERSION

WebKit-based HTML-to-PDF conversion.

Public Methods

public static LicenseFeature valueOf (String name)

public static final LicenseFeature[] values ()