Uses of Class
com.realobjects.pdfreactor.Configuration.EncryptionSettings
Packages that use Configuration.EncryptionSettings
-
Uses of Configuration.EncryptionSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.EncryptionSettingsModifier 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.Methods in com.realobjects.pdfreactor with parameters of type Configuration.EncryptionSettingsModifier and TypeMethodDescriptionfinal Configuration
Configuration.setEncryptionSettings
(Configuration.EncryptionSettings encryptionSettings) Configures the PDF encryption settings.