flying-saucer
XHTML to PDF using Flying Saucer and iText issue
I was able to convert XHTML to pdf using Flying Saucer and iText. However of the XHTML has an anchor tag, I am not getting it as link in the pdf. How do i render the link as it is in the pdf开发者_如何[详细]
2023-02-22 06:10 分类:问答FlyingSaucer (xhtmlrenderer): rendering € (euro) symbol in PDFs
I\'m using the € symbol in some pdfs generated by flyingsaucer /itext. The euro symbol gets properly rendered in my machine, however when my app gets deployed on Linux the euro symbol is replaced by[详细]
2023-02-21 08:06 分类:问答Flying-saucer ignores upper case css identifiers
I recently start using flying-saucer library to generate a pdf from html web page. Everything works fine, except that the CSS rules, that look similar with the one below, are ignored.[详细]
2023-02-20 12:45 分类:问答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... it\'s ridiculously slow![详细]
2023-02-19 22:38 分类:问答Java URL Read Issue
I am using Flying Saucer to read contents of a JSP file from a servlet and generate a PDF. The domain is the same. It works on localhost but fails on server even thought the webapp has all privileges[详细]
2023-02-16 10:00 分类:问答xhtmlrenderer creating PDFs of length 0
I am new to org.xhtmlrenderer.pdf.ITextRenderer and have this problem: The PDFs that my test servlet streams to my Downloads folder are in fact empty files.[详细]
2023-02-10 10:44 分类:问答Resolving protected resources with Flying Saucer (ITextRenderer)
I\'m using Flying Saucer to create a 开发者_JAVA百科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 pro[详细]
2023-02-06 04:48 分类:问答Problem generating pdfs with acts_as_flying_saucer
I\'m using the rails plugin acts_as_flying_saucer to generate a pdf, but the pdf doesn\'t work:i can save it ok, but when i try to open it i get this error message:[详细]
2023-01-10 02:13 分类:问答flying saucer (xhtmlrenderer) requests image 4 times
in my xhtml i have the following: ... <img src=\"myImage.jpg\" /> ... and I render like so: ITextRenderer renderer = new ITextRenderer();[详细]
2023-01-10 00:54 分类:问答flying saucer (xhtmlrenderer) doesn't bold my font?
I\'m using a custom truetype font in a pdf generated by flying saucer xhtmlrenderer. ITextRenderer renderer = new ITextRenderer();[详细]
2023-01-09 01:29 分类:问答
加载中,请稍侯......