| Package | Description |
|---|---|
| com.itextpdf.text.pdf |
| Modifier and Type | Field and Description |
|---|---|
protected ExternalDecryptionProcess |
PdfReader.externalDecryptionProcess |
| Modifier and Type | Method and Description |
|---|---|
ReaderProperties |
ReaderProperties.setExternalDecryptionProcess(ExternalDecryptionProcess externalDecryptionProcess) |
| Constructor and Description |
|---|
PdfReader(byte[] pdfIn,
Certificate certificate,
ExternalDecryptionProcess externalDecryptionProcess)
Reads and parses a PDF document.
|
PdfReader(InputStream inputStream,
Certificate certificate,
ExternalDecryptionProcess externalDecryptionProcess)
Reads and parses a PDF document.
|
PdfReader(String filename,
Certificate certificate,
ExternalDecryptionProcess externalDecryptionProcess)
Reads and parses a PDF document.
|
Copyright © 2022. All rights reserved.