Top "Flying-saucer" questions

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

Creating page headers and footers using CSS for print

I'm creating a PDF using Flying Saucer (which dumps out CSS/HTML to iText to a PDF) and I'm trying …

pdf pdf-generation flying-saucer css-paged-media
How to embed font in PDF created from HTML with iText and Flying Saucer?

I have problem with embedding Polish fonts into PDF converted from HTML. My HTML code have style in body: <…

html pdf itext apache-fop flying-saucer
Generating header/footer with flying saucer (xHTMLRenderer) and iText

I realize this question has been asked before (I looked at all the solutions and tried them all) but I …

java pdf itext flying-saucer
Generation of PDF from HTML with non-Latin characters using ITextRenderer does not work

This is the 2nd day I spend investigating with no results. At least now, I am able to ask something …

java pdf encoding itext flying-saucer
Using Flying Saucer to Render Images to PDF In Memory

I'm using Flying Saucer to convert XHTML to a PDF document. I've gotten the code to work with just basic …

java image xhtml pdf-generation flying-saucer
Reference is not allowed in prolog

Please help me to find the reason for this exception ,am using following jars, core-renderer.jar itext-paulo-155.jar firstdoc.xhtml &…

java xml flying-saucer
Render embedded image in PDF using Flying-Saucer from html

I have an xhtml document that I'm turning into a PDF using flyingsaucer. The xhtml has several tags that have …

java pdf-generation embedded-resource flying-saucer xhtmlrenderer
FlyingSaucer renderer.setDocument throws "Stream closed" exception

I am having problems with creating a PDF using the simple example found here. It is my first time trying …

java stream pdf-generation flying-saucer
HTML to PDF Conversion - "Can't load the XML resource" Error

I'm trying to convert strict XHTML to PDF using flying saucer and iText. I've validated XHTML and path of input …

java xhtml itext flying-saucer