pdfminer
pdfminer copied to clipboard
Fixed issue when a compressed font is too big for the default sized zlib buffer
There are PDF files where an embedded font is so large that zlib runs out of default-sized buffer space when decompressing. The zlib module does have a way to not worry about the buffer size (and so the size of the font). This patch fixes the decompression so that it doesn't matter the amount of font data.