[ https://issues.apache.org/jira/browse/PDFBOX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tilman Hausherr updated PDFBOX-2228: ------------------------------------ Attachment: PDFBOX-2228.pdf > LZW EarlyChange parameter isn't supported > ----------------------------------------- > > Key: PDFBOX-2228 > URL: https://issues.apache.org/jira/browse/PDFBOX-2228 > Project: PDFBox > Issue Type: Bug > Components: Parsing > Affects Versions: 1.8.6, 1.8.7, 2.0.0 > Reporter: Tilman Hausherr > Assignee: Tilman Hausherr > Labels: LZW > Fix For: 1.8.6, 1.8.7, 2.0.0 > > Attachments: PDFBOX-2228.pdf > > > The image in the attached PDF can't be decoded (IndexOutOfBoundsException), > The reason is that the EarlyChange decode param is set to 0: > {quote} > An indication of when to increase the code length. If the value of this entry > is 0, code length increases are postponed as long as possible. If the value > is 1, code length increases occur one code early. This parameter is included > because LZW sample code distributed by some vendors increases the code length > one code earlier than necessary. Default value: 1. > {quote} -- This message was sent by Atlassian JIRA (v6.2#6252)