Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.2
-
Fix Version/s: 6.3.1
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14046 - https://icesoft.my.salesforce.com/5007000001iJC69
Description
In the provided PDF there is some text displayed vertical. This text is being rendered inverted/mirrored.
Issue Links
- duplicates
-
PDF-865 Text in PDF is rendered upside down
- Resolved
Activity
Arran Mccullough
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50936 | Mon Mar 06 12:01:15 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.2.3 [ 13098 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50937 | Mon Mar 06 13:18:22 MST 2017 | patrick.corless | but this is not the case in this corner case. It would appear we should not be applying the shearX of the transform. |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-6.2.0/icepdf/core/src/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Patrick Corless
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Patrick Corless
made changes -
Fix Version/s | 6.3.1 [ 13113 ] | |
Fix Version/s | 6.2.3 [ 13098 ] |
Patrick Corless
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52372 | Tue Apr 03 14:29:27 MDT 2018 | patrick.corless | in a text block. Fixes three other issues, |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/util/content/AbstractContentParser.java
|
Patrick Corless
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
The PDF seems to be the only one of it's kind in our qa content set. It's a rare bird in that it uses the a 'cm' inside of a text block instead of a 'Tm' token. Our other example all work fine but they have relatively simple transforms containing just scale and translate. This PDF uses a negative shear X value which is why we render the text inverted on the vertical. It would appear we should ignore the shear value if the a 'cm' is used, or at least this is what acrobat seems to be doing. Once we do the correction for the negative value the document renders correctly as do our handful of other document that incorrectly use 'cm' over 'tm'.