How to render Asian characters in a PDF using xhtmlrenderer
- by Mark Derricutt
I was wondering what steps were needed to render Asian characters using the java based xhtmlrenderer (flying saucer) library?
I am wanting to render the following:
<html>
<body>????????</body>
</html>
Without any font settings being added to the HTML this renders fine in normal browsers, but I can't find anyway to…