add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, June 15

To Verify that the MICR font has been installed



To Verify that the MICR font has been installed, Please check in the following locations.
1) “C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts”
“C:\Windows\Fonts”

2)Edit the xdo.cfg file located in “C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config

<config version="1.0.0"  xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- Properties -->
    <properties>
        <!-- System level properties -->

        <!-- PLEASE SELECT A VALID TEMPFILE DIRECTORY!!! -->
        <!-- <property name="system-temp-dir">c:/Temp</property> -->

        <!-- PDF compression -->
        <property name="pdf-compression">true</property>

        <!-- PDF security -->
        <property name="pdf-security">false</property>
        <property name="pdf-open-password">user</property>
        <property name="pdf-permissions-password">owner</property>
        <property name="pdf-no-printing">true</property>
        <property name="pdf-no-changing-the-document">true</property>
    </properties>


   <!-- Font setting -->
    <fonts>

      <!-- Windows Wingdings font -->
      <font family="Wingdings" style="normal" weight="normal">
       <truetype path="C:\WINNT\fonts\wingding.ttf" />
      </font>

      <font family="GnuMICR" style="normal" weight="normal">
       <truetype path="C:\WINNT\fonts\GnuMICR.ttf" />
      </font>

      <font family="Times New Roman" style="normal" weight="normal">
       <truetype path="C:\WINNT\fonts\TIMES.ttf" />
      </font>

      <font family="3 of 9 Barcode" style="normal" weight="normal">
       <truetype path="C:\WINNT\fonts\3of9.ttf" />
      </font>

      <font family="IDAutomationMICR" style="normal" weight="normal">
       <truetype path="C:\Windows\Fonts\IDAutomationMICR.ttf" />
      </font>

      <font family="IDAutomationMICRB10" style="normal" weight="normal">
       <truetype path="C:\Windows\Fonts\IDAutomationMICRB10.ttf" />
      </font>

      <font family="IDAutomationMICRB15" style="normal" weight="normal">
       <truetype path="C:\Windows\Fonts\IDAutomationMICRB15.ttf" />
      </font>
              
    </fonts>
</config>

You may not be able to find the xdo.cfg file in the location, we can modify the xdo_example.cfg file and save it as the xdo.cfg file by using the code above.

FINALLY:
Even after doing the above steps if you are unable to see the MICR font in the preview , Create a ‘Temp’ folder with “T” capitol letters in the root “C:” drive.
This had solved my prob.

No comments: