Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 6.0.2
-
Fix Version/s: 6.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13669 - https://icesoft.my.salesforce.com/5007000001YGdSz
Description
With the provided PDF file, it renders the content as partially blank. In 6 it seems to display the blank parts with a pink-ish hue. In 5.1 it renders as blank/white. I don't see any errors in the logs.
Issue Links
- is duplicated by
-
PDF-401 Logical Structures Support
- Closed
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.1.1 [ 12975 ] |
Patrick Corless
made changes -
Patrick Corless
made changes -
Fix Version/s | 6.2 [ 12974 ] | |
Fix Version/s | 6.1.1 [ 12975 ] |
Patrick Corless
made changes -
Fix Version/s | 6.2 [ 13090 ] | |
Fix Version/s | 6.4 [ 12974 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49960 | Mon Jan 09 13:59:10 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.1.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
MODIFY /icepdf/branches/icepdf-6.1.0/icepdf/viewer/src/org/icepdf/ri/common/views/PageViewComponentImpl.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49961 | Mon Jan 09 13:59:38 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/src/org/icepdf/ri/common/views/PageViewComponentImpl.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The PDF is encoded with fourform elements that cover up the page content. Acrobat isn't rendering these form elements. Further investigation is needed.