Problem Arabic bold character not appear in XML PDF report 12.1.3
Problem Arabic bold character not appear in XML PDF report 12.1.3
solution
cd $OA_JRE_TOP/lib
create xdo.cfg file and add following entries
<fonts>
<font family="Times New Roman"
style="normal" weight="bold">
<truetype
path="$IAS_ORACLE_HOME/appsutil/jdk/jre/lib/fonts/timesbd.ttf" />
</font>
<font family="Times New Roman"
style="normal" weight="normal">
<truetype
path="$IAS_ORACLE_HOME/appsutil/jdk/jre/lib/fonts/times.ttf" />
</font>
<font family="Times New Roman"
style="italic" weight="normal">
<truetype
path="$IAS_ORACLE_HOME/appsutil/jdk/jre/lib/fonts/timesi.ttf" />
</font>
</fonts>
ftp times.ttf,timesbd.ttf,timesi.ttf fonts into following directory from local windows machine.