Hi,
I am using your repo to generate pdfs generated by using XSL FO transformation. I found an instance where if the data contained special accented characters such as Ajdarević, the final output displays Ajdarevi#. I tried changing the font family in the XSL FO but it still doesn't display all accented characters. What would be the best way to handle this? Is there any way to set UTF-8 encoding on the ByteArrayOutputStream?
Thanks!