Uses of Class
com.itextpdf.kernel.pdf.ReaderProperties
Packages that use ReaderProperties
-
Uses of ReaderProperties in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as ReaderPropertiesMethods in com.itextpdf.kernel.pdf that return ReaderPropertiesModifier and TypeMethodDescriptionPdfReader.getPropertiesCopy()
Gets a copy ofReaderProperties
used to create this instance ofPdfReader
.ReaderProperties.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.Constructors in com.itextpdf.kernel.pdf with parameters of type ReaderPropertiesModifierConstructorDescriptionPdfReader
(IRandomAccessSource byteSource, ReaderProperties properties) Constructs a new PdfReader.PdfReader
(File file, ReaderProperties properties) Reads and parses a PDF document.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
Methods in com.itextpdf.kernel.utils that return ReaderPropertiesModifier 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.Methods in com.itextpdf.kernel.utils with parameters of type ReaderPropertiesModifier and TypeMethodDescriptionstatic PdfReader
CompareTool.createOutputReader
(String filename, ReaderProperties properties) CreatePdfReader
out of the data created recently or read from disk.