Tagged Questions
3
votes
1answer
1k views
Resolving protected resources with Flying Saucer (ITextRenderer)
I'm using Flying Saucer to create a pdf from xhtml, hosted on a tomcat server. Most of the images included in the pdf are publicly available (logos and so on), but some of them are protected behind a ...
2
votes
2answers
223 views
FlyingSaucer LTR/RTL/BiDi problem
I'm using flying saucer xhtmlrenderer for building pdf documents. Everything worked fine until now - now we should generate arabic text inside pdf.
Xhtmlrenderer is rendering Arabic text in reverse ...
2
votes
1answer
227 views
How to use CSS3 orphans and widows properties with xhtmlrenderer (flying saucer) R8?
I read in this bugfix description that xhtmlrenderer should support the "orphans" and "widows" properties of CSS3 since Version R5.
Using R8, it seems not to work.
div.textContent {
orphans: 5;
...
1
vote
2answers
3k 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
3answers
219 views
Using an ampersand in flying saucer
I get the error below when converting to PDF with flying saucer. I've removed the ampersand charector and it worked, so this seems to be the problem. How do I include ampersand's in my PDF documents? ...
0
votes
2answers
713 views
Bookmarks with xhtmlrenderer (iText)
I'm using xhtmlrenderer (Also known as Flying Saucer) with iText to convert HTML to PDF. How would I create bookmarks with this? Does someone with have a small example?
Thanks in advance.
0
votes
1answer
961 views
xhtmlrenderer xhtml to pdf font problem
I'm using org.xhtmlrenderer.pdf.ITextRenderer to convert my (x)html page to pdf using Java.
I've got most of it working, except the font part.
I'm using verdana in my page and the pdf is rendered ...