Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.5
-
Fix Version/s: 6.3
-
Component/s: Core/Parsing, Core/Rendering
-
Labels:None
-
Environment:any
-
Support Case References:
Description
The PDF in question uses layers but also renders with missing content. There is quite a bit of missing content that may or may not be related to the missing content and there is no errors in the logs. Further analysis is needed.
The PDF in question uses the OptionalContentMembership ANY_ON. Our OptionalContentMembership class seems to have a bug in that ANY_ON default visibility is false. In most PDF documents the layers visibility is defined by the optional content group on a name by name basis. In this document there are named layers but now visibility is defined. As a result the false is returned which is counter intuitive for ANY_ON state.