Uses of Class
com.itextpdf.kernel.pdf.ReaderProperties
-
Uses of ReaderProperties in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionReaderProperties.setMemoryLimitsAwareHandler
(MemoryLimitsAwareHandler memoryLimitsAwareHandler) Sets the memory handler which will be used to handle decompressed PDF streams.ReaderProperties.setPassword
(byte[] password) Defines the password which will be used if the document is encrypted with standard encryption.ReaderProperties.setPublicKeySecurityParams
(Certificate certificate, IExternalDecryptionProcess externalDecryptionProcess) Defines the certificate which will be used if the document is encrypted with public key encryption (see Pdf 1.7 specification, 7.6.4.ReaderProperties.setPublicKeySecurityParams
(Certificate certificate, Key certificateKey, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess) Defines the certificate which will be used if the document is encrypted with public key encryption (see Pdf 1.7 specification, 7.6.4.ModifierConstructorDescriptionPdfReader
(IRandomAccessSource byteSource, ReaderProperties properties) Constructs a new PdfReader.PdfReader
(InputStream is, ReaderProperties properties) Reads and parses a PDF document.PdfReader
(String filename, ReaderProperties properties) Reads and parses a PDF document. -
Uses of ReaderProperties in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionCompareTool.getCmpReaderProperties()
GetsReaderProperties
to be passed later to thePdfReader
of the cmp document.CompareTool.getOutReaderProperties()
GetsReaderProperties
to be passed later to thePdfReader
of the output document.