Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.1
-
Fix Version/s: 6.3.1
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13352 - https://icesoft.my.salesforce.com/50070000014wVyE
Description
Some of the text in the provided PDF file is rendered upside down.
Having cm tokens inside of text block isn't exactly legal but we do see it form time to time. The problem is that we have a few corner cases that have inverted or missing text. The net effect should be the same as the Tm but we also update the main CTM tranform. After a lot of debugging and the introduction of a new sample we are now stuffing some temp data in the textState object for tlmatrix so we can correctly set the coordinate space between Tm and cm calls.