Package | Description |
---|---|
com.itextpdf.dito.sdk.output | |
com.itextpdf.dito.sdk.output.properties |
Modifier and Type | Method and Description |
---|---|
PdfEncryptionProperties |
PdfProducerProperties.getEncryptionProperties()
Gets PdfEncryptionProperties detailing PDF encryption
|
Modifier and Type | Method and Description |
---|---|
PdfProducerProperties |
PdfProducerProperties.setEncryptionProperties(PdfEncryptionProperties encryptionProperties)
Sets PdfEncryptionProperties detailing PDF encryption
|
Modifier and Type | Method and Description |
---|---|
PdfEncryptionProperties |
PdfEncryptionProperties.setContentCopyingAllowed(boolean contentCopyingAllowed)
Sets whether it is possible to copy content from PDF when it is opened with user permissions
|
PdfEncryptionProperties |
PdfEncryptionProperties.setEditingAllowed(boolean editingAllowed)
Sets whether it is possible to edit content in PDF (including annotations) when it is opened with user permissions
|
PdfEncryptionProperties |
PdfEncryptionProperties.setOwnerPassword(byte[] ownerPassword)
Sets owner password from raw bytes
|
PdfEncryptionProperties |
PdfEncryptionProperties.setOwnerPassword(String ownerPassword)
Sets owner password from String
|
PdfEncryptionProperties |
PdfEncryptionProperties.setPrintingAllowed(boolean printingAllowed)
Sets whether it is possible to print PDF when it is opened with user permissions
|
PdfEncryptionProperties |
PdfEncryptionProperties.setScreenReaderAccessAllowed(boolean screenReaderAccessAllowed)
Sets whether it is possible for screen reader to access content in PDF when it is opened with user permissions
|
PdfEncryptionProperties |
PdfEncryptionProperties.setUserPassword(byte[] userPassword)
Sets user password from raw bytes
|
PdfEncryptionProperties |
PdfEncryptionProperties.setUserPassword(String userPassword)
Sets user password from String
|
Copyright © 2021. All rights reserved.