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.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.
|
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.
|
Constructor and Description |
---|
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()
Documents for comparison are opened in reader mode.
|
ReaderProperties |
CompareTool.getOutReaderProperties()
Documents for comparison are opened in reader mode.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.