Re: Error font when export pdf on oracle bi publisher

Posted by Huy Nguyen on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Error-font-when-export-pdf-on-oracle-bi-publisher-tp9383p9392.html

Sorry Erman. My network is in my office which has a problem. So now I newly respond to you

Your link is very clear. But I test on my word, it is unsuccessfully.  I describe those step I created:

-  in my directory C:/Windows/Font, I have a file name times.ttf

- I haven't found file named xdo.cfg in BI publisher. I follow guide of MOS Doc ID 2261243.1.
I replace xdo example.cfg  to xdo.cfg and add

<config version="1.0.0"  xmlns="http://xmlns.oracle.com/oxp/config/">
   
    <properties>
       

       
        <property name="system-temp-dir">c:/Temp</property>

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

       
        <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>


   
    <fonts>

     
     
       <truetype path="C:\WINNT\fonts\wingding.ttf" /> 
     


     
       <truetype path="C:\WINNT\fonts\GnuMICR.ttf" /> 
     


       
        <truetype path="C:\WINNT\fonts\timesbd.ttf" />
       

       
        <truetype path=" C:\WINNT\fonts\times.ttf" />
       

       
        <truetype path=" C:\WINNT\fonts\timesi.ttf" />
       



     
       <truetype path="C:\WINNT\fonts\3of9.ttf" /> 
     

         
    </fonts>
</config>



I try to change path C:\Windows\Fonts\times.ttf or C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts or D:\App\Oracle\Product\db_home\WINDOWS.X64_193000_db_home\jdk\jre\lib\fonts

It still has not changed whe export pdf. I don' know which point I have mistake.