Hi all , I'm trying to print a webview to Microsoft print to pdf using built in jfx8print, and it works fine except that the arabic letters are printed in reverse ??? the html file shows normally on browser and also print to pdf normally from browser ... this also happens with HP printer , arabic letters reversed if printed with jfx8print ..
p.s : same file is printed normally using printhtml.exe .... example :
this shows : يبرع صن
is there a way to fix that?
p.s : same file is printed normally using printhtml.exe .... example :
HTML:
<HTML>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<META HTTP-EQUIV="Content-language" CONTENT="ar">
<BODY>
<style Type="text/css" media="print"> @media screen, print
{ .box{ border:1pt solid transparent; border-radius:20px; position:absolute; top:0; width:19.3cm; height:28.2cm; }
section{position:relative;} .hr { background-color: white; height: 1px; border: 0;}}</style>
<div class='box'><br> <h1><div dir="rtl" ></div><span style="text-decoration: underline; text-align: right">نص عربي</span></div></h1>
is there a way to fix that?
Last edited: