Top "Flying-saucer" questions

Flying Saucer (also called XHTML renderer) is a pure Java library for rendering XML, XHTML, and CSS 2.1 content.

CSS to PDF,the css in Flying Saucer : -fs-table-paginate result in border-collapse:collapse invalid

Now I am using xhtmlrenderer to covert html to PDF. My maven dependancy as follows: <dependency> <groupId&…

html css flying-saucer xhtmlrenderer
How to convert url of html page to pdf in java using iText & flying saucer?

I've just downloaded xhtmlrenderer and iText jar files. I can make pdf files by using these jars. What I exactly …

java flying-saucer html-to-pdf xhtmlrenderer
Render image from servlet in flyingsaucer generated pdf

I'm using flyingsaucer to render an xhtml document to pdf through a servlet which returns the generated pdf document. The …

java pdf-generation itext flying-saucer xhtmlrenderer
Flying saucer, Thymeleaf and Spring

I have a Spring application and need to build support for PDF generation. I'm thinking of using Flying-saucer together with …

spring pdf thymeleaf flying-saucer
JSF 2.0 Convert XHTML Page to PDF using Flying Saucer: java.lang.IllegalStateException

I am trying to convert and export a JSF Page to PDF. I tried it the following way: Bean: public …

java jsf pdf-generation flying-saucer
Flying Saucer font for unicode characters

I am generating PDF using Grails export plugin (basically, Flying Saucer). My GSP page is an UTF-8 page (or at …

css grails encoding pdf-generation flying-saucer
how to generate pdf from xhtml page dynamically using itext+flying saucer with java

I am using iText+flying saucer for the first time with xhtml pages using JSF 2.0 for simple registration form with …

jsf-2 itext flying-saucer xhtmlrenderer
Relative paths in Flying Saucer XHTML?

I am using Flying Saucer to render some PDF documents from strings to XHTML. My code is something like: iTextRenderer.…

java xhtml pdf-generation flying-saucer
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 …

pdf xhtml rendering xhtmlrenderer flying-saucer
Is there any way improve the performance of FlyingSaucer?

I've followed this article to use FlyingSaucer to convert XHTML to PDF and it's brilliant but has one major downfall... …

java performance pdf xhtml flying-saucer