Hi all,
Been using PrinceXML for a couple of years now, and never needed to ask a question, but I've got something that has me stumped .....
Our company has an application which calls Prince through the Java API to produce PDF documents from HTML. We have encountered an issue on a Linux installation where we are getting errors such as .....
"no glyphs for character U+0020, fallback to '?'"
"no fallback glyph for character U+0020"
The font specified in the CSS is Arial, and msttcorefonts has been installed. I know this because when I try to convert the same html file from the command prompt it all works beautifully!
So my question is, do I need to do something specifically for Java to pick up the msttcorefonts??
Any and all help is greatly appreciated.
Been using PrinceXML for a couple of years now, and never needed to ask a question, but I've got something that has me stumped .....
Our company has an application which calls Prince through the Java API to produce PDF documents from HTML. We have encountered an issue on a Linux installation where we are getting errors such as .....
"no glyphs for character U+0020, fallback to '?'"
"no fallback glyph for character U+0020"
The font specified in the CSS is Arial, and msttcorefonts has been installed. I know this because when I try to convert the same html file from the command prompt it all works beautifully!
So my question is, do I need to do something specifically for Java to pick up the msttcorefonts??
Any and all help is greatly appreciated.