pdfminer icon indicating copy to clipboard operation
pdfminer copied to clipboard

Fixed issue when a compressed font is too big for the default sized zlib buffer

Open adamestein opened this issue 6 years ago • 0 comments

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.

adamestein avatar Feb 14 '19 21:02 adamestein