Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.4
-
Fix Version/s: 6.3
-
Component/s: Core/Rendering, Font Engine
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14115 - https://icesoft.my.salesforce.com/5007000001k9rwe
Description
In the provided PDF files, there is some content that isn't displayed. This content happens to be a Type 1 font and is embedded in the PDF files. The TrueType fonts are displayed without any issues.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52390 | Tue Apr 10 13:45:06 MDT 2018 | patrick.corless | the ui so we can add more properties for comments and outlines. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/utility/search/SearchPanel.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52392 | Wed Apr 11 09:04:00 MDT 2018 | patrick.corless | available in the filter drop down button. Place holders have been added for searching, comments, outlines and destinations. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/utility/search/SearchPanel.java
MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/resources/org/icepdf/ri/resources/MessageBundle.properties MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/util/PropertiesManager.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52393 | Wed Apr 11 13:52:04 MDT 2018 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/utility/search/SearchPanel.java
MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/search/DocumentSearchControllerImpl.java |
The error seems to be rooted in how we build the cmap for CFF font. The documents in question build out the map with out the CFF flag and we get a compact mapping that hasn't been expanded.