xhtmlrenderer Questions
6
Solved
It took me a little more research than I would have liked to figure this out on my own, so I'm going to post a comprehensive answer here. It seems like the information to do this is spread across m...
Mages asked 30/7, 2013 at 17:44
4
Now I am using xhtmlrenderer to covert html to PDF.
My maven dependancy as follows:
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<ve...
Letreece asked 9/5, 2012 at 8:18
2
Solved
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...
Salman asked 9/6, 2011 at 5:54
0
I have HTML that contains links such as the following:
<p class="Results">Web :
SPLIT<a href="http://www.google.fr/">http://www</a>
SPLIT<a href="http://www.google.fr/">.g...
Tahoe asked 10/11, 2016 at 17:25
3
Solved
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. ...
Candis asked 17/11, 2009 at 9:19
1
I am using PDFSharp to generate PDF from html source.
PdfGenerator.GeneratePdf(html, PageSize.A4);
Generate to pdf works well, but I dont know how I can change page orientation to landscape?
Oxbow asked 18/12, 2014 at 18:1
2
I convert HTML files to PDF format using The Flying Saucer Project. This are documents containing repetitive information - premises and their addresses, let's call them elements. At the end of a do...
Cloche asked 11/10, 2010 at 10:10
3
Solved
I am trying to implement an automatic report generation tool for my clients .
I need to create reports in pdf format and i am very much comfortable in creating graphs using Jquery flot. I just need...
Elyot asked 3/2, 2013 at 15:38
2
Solved
I have an xhtml document that I'm turning into a PDF using flyingsaucer. The xhtml has several tags that have a base64 encoded images inline. The source of the xhtml is dynamic so the structure of ...
Tapdance asked 31/5, 2012 at 20:40
1
Solved
I'm using flyingsaucer to render an xhtml document to pdf through a servlet which returns the generated pdf document. The xhtml document features an image which is requested from another servlet. T...
Armoury asked 25/4, 2012 at 13:22
2
Solved
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...
Interstitial asked 24/1, 2011 at 14:5
2
Solved
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 n...
Alaric asked 6/8, 2009 at 0:33
1
© 2022 - 2024 — McMap. All rights reserved.