BI Publisher (MOSC)

MOSC Banner

Problem Arabic bold character not appear in XML PDF report 12.1.3

edited Jan 15, 2019 6:42AM in BI Publisher (MOSC) 3 commentsAnswered ✓

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center