Generate PDF - Problem with Special Caracters
Posted: Wed Aug 24, 2011 5:33 pm
Hi,
I problem with DITA MAP PDF when i use special caracter (omega greek for example)
I modified file : fop.xconf
I modified file : font-mappings.xml
Log Oxygen :
How to make ?
Thank you
Best regards
I problem with DITA MAP PDF when i use special caracter (omega greek for example)
I modified file : fop.xconf
Code: Select all
<renderer mime="application/pdf">
...
<fonts><auto-detect/></fonts>
</renderer>
I modified file : font-mappings.xml
Code: Select all
<logical-font name="Serif">
<physical-font char-set="default">
<font-face>Arial Unicode MS</font-face>
</physical-font>
Code: Select all
.. [java] 2375 WARN [ main ] org.apache.fop.apps.FOUserAgent - Glyph "?" (0x3a9, Omegagreek) not available in font "Times-Roman".
[java] 2375 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2422 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2422 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2422 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2437 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2437 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2437 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2515 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2547 WARN [ main ] org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 39 millipoints. (See position 800:-1)
[java] 2547 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
[java] 2547 WARN [ main ] org.apache.fop.apps.FOUserAgent - Font "Arial Unicode MS,italic,700" not found. Substituting with "any,italic,700".
[java] 2547 ERROR [ main ] org.apache.fop.fo.properties.PropertyMaker - forcing opt to min in LengthRange
...
How to make ?
Thank you
Best regards