| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.utils |
| Modifier and Type | Field and Description |
|---|---|
protected ReaderProperties |
PdfReader.properties |
| Modifier and Type | Method and Description |
|---|---|
ReaderProperties |
ReaderProperties.setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Sets the memory handler which will be used to handle decompressed PDF streams.
|
ReaderProperties |
ReaderProperties.setPassword(byte[] password)
Defines the password which will be used if the document is encrypted with standard encryption.
|
ReaderProperties |
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 |
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.
|
| Constructor and Description |
|---|
PdfReader(File file,
ReaderProperties properties)
Reads and parses a PDF document.
|
PdfReader(InputStream is,
ReaderProperties properties)
Reads and parses a PDF document.
|
PdfReader(IRandomAccessSource byteSource,
ReaderProperties properties)
Constructs a new PdfReader.
|
PdfReader(String filename,
ReaderProperties properties)
Reads and parses a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
ReaderProperties |
CompareTool.getCmpReaderProperties()
Gets
ReaderProperties to be passed later to the PdfReader of the cmp document. |
ReaderProperties |
CompareTool.getOutReaderProperties()
Gets
ReaderProperties to be passed later to the PdfReader of the output document. |
| Modifier and Type | Method and Description |
|---|---|
static PdfReader |
CompareTool.createOutputReader(String filename,
ReaderProperties properties)
Create
PdfReader out of the data created recently or read from disk. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.