1
vote
1answer
51 views
How to render Asian characters in a PDF using xhtmlrenderer
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>
…
1
vote
2answers
131 views
What’s the easiest way of converting an xhtml string to PDF using Flying Saucer?
I've been using Flying Saucer for a while now with awesome results.
I can set a document via uri like so
ITextRenderer renderer = new ITextRenderer();
renderer.setDocument(xhtmlUri);
Which is …
0
votes
1answer
17 views
Is it possible to resolve css as a classpath resource using Flying Saucer (XHTML-Renderer)?
I'm trying to package up resources into a jar, but I'm having trouble getting Flying Saucer to find the css on the classpath - I can't construct a URL easily to be able to resolve this seamlessly.
…
