HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Encoding problem (pdf only) › Re: Re: Encoding problem (pdf only)
March 4, 2016 at 16:04
#29861
Try to use
pd4ml.render(StringReader isr, OutputStream os, URL base, String encoding)
and explicitly give “UTF-8” as encoding parameter.