Reputation: 1
Good afternoon! I am using XMLMind DITA Converter to convert file.ditamap to file.pdf. XMLMind DITA Converter requires Apache FOP, which I have installed. In the end, I use the following command to perform the file conversion:
ditac -fop C:\Users... fop.bat C:\Users... doc.pdf C:\Users...\doc.ditamap
However, I get the following error:
ditac: ERROR: ???. 31, 2025 4:48:25 PM org.apache.fop.apps.FOUserAgent processEvent
ditac: ERROR: WARNING: Glyph "?" (0x41a, Kacyrillic) not available in font "Helvetica-Bold".
ditac: ERROR: ???. 31, 2025 4:48:25 PM org.apache.fop.apps.FOUserAgent processEvent
ditac: ERROR: WARNING: Glyph "?" (0x43e, afii10080) not available in font "Helvetica-Bold".
ditac: ERROR: ???. 31, 2025 4:48:25 PM org.apache.fop.apps.FOUserAgent processEvent
ditac: ERROR: WARNING: Glyph "?" (0x442, afii10084) not available in font "Helvetica-Bold".
etc.
I understand that I need to install Cyrillic fonts in FOP, as they are used in my document. But I don't understand how to do this with the current version of FOP, Google can't help( The answers from other topics here are also unclear to me.
Upvotes: 0
Views: 18