HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › How to check when there is no temp folder to use the font cache ? › Reply To: How to check when there is no temp folder to use the font cache ?
August 13, 2020 at 08:52
#33953
You can determine the actual temp dir location by an inspecting of the system property System.getProperty("java.io.tmpdir");
. Also you may override the property with JVM command-line parameter.
However in your particular case the problem reason seems to be other: try to explicitly define the document encoding. Now your on screenshots it looks like a two-bytes encoding is treated as a default single byte encoding (ISO-8859-1) – that causes the garbage texts in the output.