Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.3
-
Fix Version/s: 6.2.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13962 - https://icesoft.my.salesforce.com/5007000001fuxn1
Description
When the provided PDF is rendered it is missing some characters in the content. Initial issue looks to be related to the embedded font.
Activity
Arran Mccullough
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.1.4 [ 13090 ] |
Patrick Corless
made changes -
Fix Version/s | 6.3 [ 13093 ] | |
Fix Version/s | 6.2 [ 13090 ] |
Patrick Corless
made changes -
Fix Version/s | 6.2.2 [ 13097 ] | |
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 ] |
The error is occurs when the difference array is applied to the encoding map. For some reason the diff array start at 129 and goes for 129 diferences which results in an index > 256 which is the default encoding size. I've added some code protection and the PDF renders fine even if we can't process all of the diff entries, well at least the last two diffs.