Hello.
We use GemBox.Document to merge Data into Word-Documents and then save as PDF.
We have noticed that special language specific characters like the polish kreska do not render as expected when saving to pdf.
In word, the kreska is rendered differently depending on what language is set for the text.
I found that we are able to set Language for Text-Runs according to CharacterFormat Class | GemBox.Document
So i tried both setting the document language of the original word document to polish, and also setting language via CharacterFormat for all Runs before saving as pdf.
Unfortunately in both cases the result is the same - the “french” accent is used instead of the correct polish kreska.
I have eliminated this being a font issue - since the same font renders correctly in word. Generally the font is also correct in the output pdf - aside from the “wrong” kreska.
It would be very good to know if this is a general current limitation, or if there is something that we are missing. Thank you very much.
Greetings