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 MemoryLimitsAwareHandlerMemoryLimitsAwareHandler. setMaxSizeOfDecompressedPdfStreamsSum(long maxSizeOfDecompressedPdfStreamsSum)Sets the maximum allowed size which can be occupied by all decompressed pdf streams.MemoryLimitsAwareHandlerMemoryLimitsAwareHandler. 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 ReaderPropertiesReaderProperties. setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
-