Barcode font insatalled for generates the image of barcode and for generate barcode we should require FONTS free3of9.ttf its can be downloaded from different sites but here i am providing you the zip file of this font so you can easily download it from here.
https://sites.google.com/site/oraclepeoplesoftonline/downloads |
2) Install this font in c:windowsfonts, do not extract FRE3OF9X.TTF. and follows the instructions.
Server
Deploying
font on Server
- C:\windows\Fonts
- E:\pt853\jre\lib\fonts
- E:\pt853\fonts\truetype
- You can directly past this font in given directories.
- After this open your PS_HOME and follows the instructions
Configuere font in App Server in xdo.cfg file
In folder PS_HOME/appserv to can find
file xdo.cfg. Open this file and add the following lines:
<config version=”1.0.0″ xmlns=”http://xmlns.oracle.com/oxp/config/”>
<properties>
<!– System level properties –>
<property name=”xslt-xdoparser”>true</property>
<property name=”xslt-scalable”>true</property>
<property name=”system-cachepage-size”>50</property>
<property name=”system-temp-dir”></property>
</properties>
<fonts>
<font family=”Free 3 of 9″ style=”normal” weight=”normal”>
<truetype path=”C:Windows\Fonts\FREE3OF9.TTF”/>
</font>
</fonts>
</config>
Save the file and Reboot the App Server and Process Sheduler