Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Field and Description |
---|---|
protected MemoryLimitsAwareHandler |
ReaderProperties.memoryLimitsAwareHandler |
Modifier and Type | Method and Description |
---|---|
MemoryLimitsAwareHandler |
MemoryLimitsAwareHandler.setMaxSizeOfDecompressedPdfStreamsSum(long maxSizeOfDecompressedPdfStreamsSum)
Sets the maximum allowed size which can be occupied by all decompressed pdf streams.
|
MemoryLimitsAwareHandler |
MemoryLimitsAwareHandler.setMaxSizeOfSingleDecompressedPdfStream(int maxSizeOfSingleDecompressedPdfStream)
Sets the maximum allowed size which can be occupied by a single decompressed pdf stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfXrefTable.setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Sets custom MemoryLimitsAwareHandler .
|
ReaderProperties |
ReaderProperties.setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Sets the memory handler which will be used to handle decompressed PDF streams.
|
Constructor and Description |
---|
PdfXrefTable(int capacity, MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Creates a PdfXrefTable which will be used to store xref structure of the pdf document.
|
PdfXrefTable(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Creates a PdfXrefTable which will be used to store xref structure of the pdf document.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.