Tagged Questions
Flying Saucer (also called XHTML renderer) is a pure Java library for rendering XML, XHTML, and CSS 2.1 content.
5
votes
3answers
601 views
.NET version or port of Flying Saucer
Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText?
3
votes
1answer
199 views
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:
<bookmarks>
...
3
votes
1answer
2k views
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() {
try {
ITextRenderer renderer = new ITextRenderer();
...
3
votes
1answer
1k views
Resolving protected resources with Flying Saucer (ITextRenderer)
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 a ...
2
votes
1answer
171 views
convert from html to pdf and to image java
Well, I DID READ ALMOST ALL THE QUESTIONS HERE ABOUT THIS TOPIC!
I need an API - not at tool to convert in a very high quality from PDF to image.
So I didn't find any direct tool, and I used: HTML ...
2
votes
2answers
356 views
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:
<BODY style="font-family: Tahoma, Arial, sans-serif;font-size : 8pt;">
I tried 2 ...
2
votes
1answer
147 views
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.
Currently they render the page in Internet Explorer 8, and ...
2
votes
1answer
414 views
iText filling my heap size resulting into application crash with OOM
We have implemented xHTML-to-PDF conversions to facilitate printable versions of a few of our webpages using iText. Below is the code to create the pdf:
response.setContentType("application/pdf");
...
2
votes
2answers
934 views
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();
renderer.getFontResolver().addFont("myfont.ttf", BaseFont.CP1252, ...
1
vote
2answers
67 views
Inline Image vs Temporary Files (Java XHTML->PDF generation)
I have a project where I need to generate a PDF file. Within this PDF I have to insert a body of text as well as four or five large images (roughly 800px*1000px). In order to make this flexible I have ...
1
vote
1answer
249 views
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 {
...
public void createPDF() {
FacesContext facesContext = ...
1
vote
0answers
115 views
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 ...
1
vote
1answer
71 views
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 to do that using css counter and @page?? thnx
1
vote
1answer
155 views
Putting in “broken image” placeholders with Flying Saucer
I'm using Flying Saucer to generate PDF from HTML (so I'm using ITextRenderer, if that matters.)
I would like to simulate something like what Webkit or Gecko put in when the image cannot be found - ...
1
vote
1answer
274 views
Is Flying Saucer's treatment of images in cells a bug?
I managed to whittle my example down to the following (it uses some reasonably hefty data URLs but stackoverflow should flow them off the side nicely...):
static
{
String oldValue = ...
1
vote
1answer
157 views
What is the highest FlyingSaucer R8 compatible Itext?
The FS distro comes bundled with IText 2.0.8 and given that are many more recent releases in the 2.x.x range i was wondering if anyone had any experiences in more recent releases. I am guesssing there ...
1
vote
1answer
478 views
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 also.
...
1
vote
1answer
548 views
FlyingSaucer: convert an HTML document to PDF ignoring external CSS?
I'm using the following to convert HTML to PDF:
InputStream convert(InputStream fileInputStream) {
PipedInputStream inputStream = new PipedInputStream()
PipedOutputStream ...
1
vote
2answers
322 views
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 ...
1
vote
3answers
951 views
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 to use it and I have tried a few things and lots of searching but haven't found a reason why ...
1
vote
2answers
329 views
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.
The relevant method, ...
1
vote
2answers
655 views
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 want is:
I need to create pdf if I give one valid URL (say ...
1
vote
1answer
270 views
How to create TOC or index using the Flying Saucer project?
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 ...
1
vote
1answer
946 views
Change flying saucer header
Is it possible to change the header of a pdf page to the same name as the currently selected bookmark? I'm using flying saucer for my pdf generation. Could you include an example? Thanks in advance.
1
vote
2answers
980 views
Using IKVM to convert a JAR (Flying Saucer - xhtmlrenderer)
I wanted to use the Flying Saucer Java API in .NET so I tried to use IKVM to convert the Flying Saucer library:
ikvmc core-renderer.jar
For some reason, IKVMC gave me an exe core-renderer.exe so I ...
1
vote
2answers
689 views
Is it possible to resolve css as a classpath resource using Flying Saucer (XHTML-Renderer)?
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.
...
1
vote
1answer
606 views
How to render Asian characters in a PDF using xhtmlrenderer
I was wondering what steps were needed to render Asian characters using the java based xhtmlrenderer (flying saucer) library?
I am wanting to render the following:
<html>
...
1
vote
1answer
679 views
Rendering arbitrary XHTML with JasperReports
We have embedded JasperReports into our application to generate reports, but I've been rather dissatisfied with the way that the JEditorPaneHtmlMarkupProcessor handles writing arbitrary XHTML. For ...
1
vote
2answers
3k views
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 so
ITextRenderer renderer = new ITextRenderer();
renderer.setDocument(xhtmlUri);
Which is ...
0
votes
1answer
24 views
Is there a way for acts_as_flying_saucer to save a file without calling render_pdf?
As the title says I use the Rails gem that works good but I want to separately save pdf's to a folder. Is there a way to do this without calling render_pdf?
This is what does not work:
render_pdf ...
0
votes
0answers
13 views
Load AWT-Image in parallel/concurrently, then replace a Placeholder-Image
I am using FlyingSaucer, an purely java-based XHTML-Renderer which is natively integrated into swing.
To display images it provides a ReplacedElementFactory which gets an W3C-DOM-Element and may ...
0
votes
0answers
21 views
How to build RTL support for a PDF created using iText and Flying Saucer
I am using Flying Saucer (xhtmlrenderer) to convert a dynamically generated HTML to PDF. It works perfect for English text. Now I need to support Arabic in my application. I figured out that flying ...
0
votes
0answers
17 views
Generating PDF with Flying Saucer - Problems with h:inputText elements
I'm working with the examples from FS and everything works fine, except the h:inputText elements.
If I predefine some value for the inputText (also make the inputText readonly), the value is ...
0
votes
1answer
44 views
Flying Saucer hide header and footer on first page
I've been playing with the flying saucer R8 and tried to hide header and footer from the front page of my PDF.
I followed that hint tried to follow the W3C specifications for the content: element() ...
0
votes
0answers
20 views
Proxy issue for generating PDF from XHtml source text using Flying Saucer
I am facing some problem to generate a PDF using FLying Saucer from a XHTML source.
I use the working following code :
ITextRenderer renderer = new ITextRenderer();
...
0
votes
0answers
66 views
How to set base url in Flying-Saucer, while rendering HTML to PDF?
I am trying to render a HTML page to PDF using Flying-Saucer. The HTML is created in memory and passed to the renderer as
renderer.setDocumentFromString(new String(htmlByteArray));
The issue is ...
0
votes
2answers
192 views
Generating header/footer with flying saucer (xHTMLRenderer) and iText
Hi realized this question has been asked before (i looked at all the solutions and tried them all) but I am still trying to generate a pdf document with a header and footer that repeat on everypage. I ...
0
votes
1answer
66 views
On secured site Images does not render into pdf - itext Flying Saucer html to pdf
On secured site, If you have image src which starts with https://www.domain.com/appName/images/image.jpg
then it does not render the image into the PDF.
I am using itextrender class to render pdf ...
0
votes
0answers
89 views
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>();
renderingHints.put(RenderingHints.KEY_INTERPOLATION, ...
0
votes
0answers
89 views
Problem with generating pdf file
I'm trying to generate pdf file from xhtml using Flying Saucer do you have any idea why this code always throwx exception?
import org.xhtmlrenderer.pdf.ITextRenderer
import ...
0
votes
0answers
95 views
stylesheet_link_tag shoving assetsx (asset hosts) into file path - can i tell it not to?
I'm using the acts_as_flying_saucer (henceforth 'aafs') plugin which uses the flying_saucer jar to convert html to pdf. It wasn't working in one instance on my server, but was fine locally.
I ...
0
votes
1answer
157 views
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 ...
0
votes
0answers
150 views
FlyingSaucer doesn't update the PDF to new values
I am using JavaServerFaces 2.0 with Itext and FlyingSaucer to create a PDF-File out of a specificed page. I use a rendererFilter to intercept the request and change the output to a PDF. The ...
0
votes
2answers
98 views
flying saucer / jruby on rails generate pdf from view
I am trying to generate a pdf from a view in jruby on rails using flying saucer with the following code in the controller:
def calendar
@patient = Patient.find_by_id(params[:id])
result = ...
0
votes
2answers
461 views
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.
I followed example here: ...
0
votes
1answer
272 views
Add HTML to iText document in memory using XHTMLrenderer (FlyingSaucer)
I am using iText 2.1.7 to generate a document from a database. One of the fields I need to add is in XHTML format. I can use the HTMLWorker class to generate the HTML but this is a bit limited.
I ...
0
votes
0answers
86 views
Flying Saucer q: How does one specify a last page
Taking a look at the samples and api it appears that it is possible to specify a start page but i could not see the matching setter to close the range. Is there another API where one can someone ...
0
votes
2answers
200 views
Does Flying Saucer accept HTML not XHTML
My original source is HTML not well formed XHTML. At worse i will have to clean and convert the html to xhtml and then feed flying saucer.
0
votes
1answer
222 views
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.
...
0
votes
4answers
976 views
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!
I'm finding that it takes between 1 and 2 minutes to ...