I am trying to convert Docx to Pdf with the document.xml file from the docx using Apache FOP.
I am facing problem to embed the wmf equation files in PDF, it showing the following error:
WARNING: Glyph "?" (0x2264, lessequal) not available in font "Times-Roman". Apr 03, 2013 12:29:01 PM org.apache.fop.events.LoggingEventListener processEvent
In the PDF the equations are appearing as junck.
Is there any other way to embed WMF file correctly wihtout font issues? Also, please suggest is there any other method to do this.