Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2, 6.2.1, 6.2.1_P01
-
Fix Version/s: 6.2.2
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14023 - https://icesoft.my.salesforce.com/5007000001hH6wb
Description
When a text annotation is added to a PDF file and the text annotation contains newline characters(enter key), once the PDF is saved and reloaded, these newline characters are now question '?' marks.
This is a regression related to touched up some properties that were not correctly encrypted. What's happening is that we are applying the PDF document encoding to the content text and it's stripping out the new line characters and replacing them with a question mark. The mapping doesn't make much sense in this case for characters less then 24 and of course characters > 255.