You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar problem with Unicode characters on Windows and its cause was very subtle in my case. I fixed it by setting jna.encoding explicitly to utf8. One way to do this is running System.getProperties().setProperty("jna.encoding", "utf8"); before calling any htmltopdf code.
Seems to have an issue interpreting '  ;
Anyone have a workaround?
`


`
The text was updated successfully, but these errors were encountered: