Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.Encryption |
Configuration.Encryption.NONE
Indicates that the document will not be encrypted.
|
static Configuration.Encryption |
Configuration.Encryption.TYPE_128
Indicates that the document will be encrypted using RC4 128 bit encryption.
|
static Configuration.Encryption |
Configuration.Encryption.TYPE_40
Indicates that the document will be encrypted using RC4 40 bit encryption.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.Encryption |
Configuration.Encryption.valueOf(String name) |
static Configuration.Encryption[] |
Configuration.Encryption.values() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setEncryption(Configuration.Encryption value)
Sets the encryption.
|
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.