Uses of Class
com.snowtide.pdf.EncryptionInfo
-
Packages that use EncryptionInfo Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of EncryptionInfo in com.snowtide.pdf
Methods in com.snowtide.pdf that return EncryptionInfo Modifier and Type Method Description EncryptionInfo
Document. getEncryptionInfo()
Returns an EncryptionInfo object, which provides access to some of the parameters used for the current PDF document's encryption.EncryptionInfo
PDFTextStream. getEncryptionInfo()
Deprecated.
-