Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.4, 5.0
-
Fix Version/s: 5.0.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Salesforce Case Reference:
Description
The file in question contains a single CCITTFax image which isn't displaying with either our JAI code or our own implementation of CCITTFax. Further investigation is require to find out why the image is not loading.
It turns out object stream length is too long and we skip the the image object all together. I've updated the content parser to just return a Stream object once it is created as there really isn't any point in waiting until the endstream or endobj is encountered.