Jesse Long created PDFBOX-4260: ---------------------------------- Summary: Reduce RAM requirement of COSOutputStream Key: PDFBOX-4260 URL: https://issues.apache.org/jira/browse/PDFBOX-4260 Project: PDFBox Issue Type: Improvement Components: Writing Affects Versions: 2.0.11 Reporter: Jesse Long
COSOutputStream uses a byte array to buffer data prior to filtering. This is bad. As commented in COSOutputStream, it should be updated to use a scratch file buffer instead. This patch does that. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org