Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Igor Rabinovich 5 posts 25 karma points
    Jan 31, 2012 @ 14:57
    Igor Rabinovich
    0

    Problem with Hebrew text


            
    <fo:flow flow-name="xsl-region-body">
              <fo:block-container writing-mode="rl-tb" font-size="12pt" xml:lang="he">
                <fo:block width="100%">
              <xsl:variable name="xhtml" select="FergusonMoriyama.Pdf.XsltHelper:RichTextToXml('')"/>
              <xsl:apply-templates select="$xhtml"/>
              </fo:block>
             </fo:block-container

    This code generate PDF with text left-to-right instead of right-to-left.Please Help.

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Jan 31, 2012 @ 17:51
    Darren Ferguson
    0

    Hi Igor,

    We don't support right to left in our current version - we are planning it in vNext.

    Thanks.

  • Marco Ranieri {umbriaco} 21 posts 84 karma points
    Nov 13, 2015 @ 09:48
    Marco Ranieri {umbriaco}
    0

    Hi, I used the plugin with arabic text and I had problem with writing-mode set to "rl-tb". Into the pdf blocks have the value "right" for text-align property, but the direction was wrong.

    I tried to put xsl-fo into a textfile.fo and tried to create a pdf using last version of ibex40 command line and it worked right!

    link to .fo and .pdf files

    Do you know if you had referenced a ibex old version or you can do some fix to your code or most likely I used your plugin in the wrong way?

    Thanks a lot!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies