OutputOptionspublic class OutputOptions extends NativeObject
| Constructor | Description |
|---|---|
OutputOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
Encryption |
getEncryption() |
The parameters to encrypt output PDFs (Getter)
|
void |
setEncryption(Encryption value) |
The parameters to encrypt output PDFs (Setter)
|
equals, hashCodepublic Encryption getEncryption()
If null, no encryption is used.
Encryption is not allowed by the PDF/A ISO standards.
For that reason, it is recommended to use null when processing PDF/A documents.
Otherwise, most operations will remove PDF/A conformance from the output document.
More details can be found in the documentation of the operation.
Default: null, no encryption is used.
public void setEncryption(Encryption value)
If null, no encryption is used.
Encryption is not allowed by the PDF/A ISO standards.
For that reason, it is recommended to use null when processing PDF/A documents.
Otherwise, most operations will remove PDF/A conformance from the output document.
More details can be found in the documentation of the operation.
Default: null, no encryption is used.