flying-saucer
How to make Flying Saucer generate an image with transparent background?
I\'m using flyingsaucer to render HTML to an image, using Java2DRenderer: Map<Key,Object> renderingHints = new HashMap<Key,Object>();[详细]
2023-04-12 13:34 分类:问答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:[详细]
2023-04-07 02:43 分类:问答Tell Flying Saucer or BIRT to scale the html to fit on a single pdf page
My application generates HTML reports. The users want the report to fit a single PDF page - doesn\'t matter how much zoom you need for it.[详细]
2023-04-04 22:21 分类:问答JSF 2.0 Get content of xhtml page within current session
I am trying to convert a JSF Page to PDF with Flying Saucer. @ManagedBean @SessionScoped public class ReportController {[详细]
2023-04-01 09:05 分类:问答Read XHTML And Custom Tags Into DOM Tree
I am doing conversion from XHTML to PDF using flying saucer, it works perfectly but now i want to add bookmarks, and according to the fs documentation it should be done like this:[详细]
2023-03-29 01:13 分类:问答Issue rendering Basic HTML (without inline CSS styles) using Flying Saucer ITextRenderer
I am very new to Flying Saucer. I am generating PDFs using ITextRenderer class in Java. The problem that I am facng is, the HTML that i need to convert, contains basic HTML tags WITHOUT INLINE CSS STY[详细]
2023-03-27 06:57 分类:问答Flying Saucer not resolving Images or CSS on ubuntu tomcat6
I am running into an issue with the Grails Pdf plugin which uses Flying Saucer. Everything works as expected until I deploy onto an Ubuntu server running Tomcat6. Then references in my gsp\'s to css a[详细]
2023-03-26 04:21 分类:问答Is there a way to set different headers on different pages in a pdf generated flying saucer and iText?
My requirement is like this, I would like to have headers from page 2 of the pdf but not in page 1. Is it possible开发者_JAVA百科 to do that using css counter and @page?please check my answer at iText[详细]
2023-03-24 18:26 分类:问答iText Flying Saucer pdf headers and ignoring html
We use xhtml to pdf with good success, but a new requirement came up to have headers and page count on every page.We are using newset release of Flying Saucer.[详细]
2023-03-19 01:55 分类:问答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 void createPDF() {[详细]
2023-02-24 09:34 分类:问答