Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
Text right-to-left
posted

Hi, I'm trying to export right-to-left string into PDF using your export component (Documents.Report). I'm adding a text field with text like 'abc 123' and the output appear as 'abc 321', while the abc part if in a right-to-left language (Hebrew). Is there a solution for this issue? does the PDF exporter supports rtl languages?

the code is very simple, something like band.AddText(), and text.AddContent(...)

Parents
  • 469350
    Offline posted

    Hi,

    The Documents engine does not have full support for RightToLeft languages. There are certain cases that will not work, but they involve multi-byte characters and I don't think that's the case here.

    What version of NetAdvantage are you using? What you describe here looks like a problem that was fixed a long time ago.

Reply Children