Uses of Class
com.itextpdf.text.pdf.MemoryLimitsAwareHandler
-
Packages that use MemoryLimitsAwareHandler Package Description com.itextpdf.text.pdf -
-
Uses of MemoryLimitsAwareHandler in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return MemoryLimitsAwareHandler Modifier and Type Method 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.Methods in com.itextpdf.text.pdf with parameters of type MemoryLimitsAwareHandler Modifier and Type Method Description ReaderProperties
ReaderProperties. setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
-