Description
Using the following seed resulted in the LZW filter failing (this has been resolved in PDFBOX-1977):
final long seed = -6257105096642706464L;
I saved this sequence in a file and will add a test that runs it through the LZW filter.
Attachments
Issue Links
- is related to
-
PDFBOX-4933 Correct PDFBOX-1777 to PDFBOX-1977 in tests
- Closed