Uses of Class
com.realobjects.pdfreactor.Configuration.EncryptionSettings
-
Uses of Configuration.EncryptionSettings in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.EncryptionSettings.setAllowAnnotations
(boolean allowAnnotations) Enables or disables the 'annotations' restriction in the PDF document.Configuration.EncryptionSettings.setAllowAssembly
(boolean allowAssembly) Enables or disables the 'assembly' restriction in the PDF document.Configuration.EncryptionSettings.setAllowCopy
(boolean allowCopy) Enables or disables the 'copy' restriction in the PDF document.Configuration.EncryptionSettings.setAllowDegradedPrinting
(boolean allowDegradedPrinting) Enables or disables the 'degraded printing' restriction in the PDF document.Configuration.EncryptionSettings.setAllowFillIn
(boolean allowFillIn) Enables or disables the 'fill in' restriction in the PDF document.Configuration.EncryptionSettings.setAllowModifyContents
(boolean allowModifyContents) Enables or disables the 'modify contents' restriction in the PDF document.Configuration.EncryptionSettings.setAllowPrinting
(boolean allowPrinting) Enables or disables the 'printing' restriction in the PDF document.Configuration.EncryptionSettings.setAllowScreenReaders
(boolean allowScreenReaders) Enables or disables the 'screen readers' restriction in the PDF document.Configuration.EncryptionSettings.setOwnerPassword
(String ownerPassword) Sets the owner password of the PDF document.Configuration.EncryptionSettings.setType
(Configuration.Encryption type) Sets the encryption.Configuration.EncryptionSettings.setUserPassword
(String userPassword) Sets the user password of the PDF document.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setEncryptionSettings
(Configuration.EncryptionSettings encryptionSettings) Configures the PDF encryption settings.