flying-saucer Questions
3
My web application allows user to write rich text inside CKEditor, then export the result as PDF with the Flying Saucer library.
As they need to write Greek characters, I chose to add Arial Unicod...
Daemon asked 28/5, 2015 at 14:20
1
Solved
Im working on generation of PDFs with XHTML using the flying saucer library (old but open source). I got that working but I also want to add SVG images. Ive started working on integrating batik to ...
Dorran asked 6/5, 2015 at 16:57
1
Solved
I'm using flying saucer to convert HTML data to PDF, but I've one issue to solve.
In my PDF the first page is a introductory page, so this page don't have a number.
The second page must have a nu...
Mailand asked 19/3, 2015 at 3:0
2
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 do...
Cloche asked 11/10, 2010 at 10:10
2
Solved
I am using FlyingSaucer to generate an image from HTML and I am restricted to CSS 2.1. I would like to use CSS to rotate text in a <div> but these rotate styles are only supported on CSS 3:
...
Maintenance asked 12/12, 2014 at 21:20
3
Solved
I'm using Flying Saucer for HTML to PDF conversion. I need to produce an output PDF with 600dpi in Letter size. How can I achieve this?
Befool asked 10/12, 2013 at 12:51
2
I read data from database from which I generate HTML DOM. The data volume is huge so it cannot fit in memory at once, however it can be provided chunk-by-chunk.
I would like to transform resulting...
Subcontraoctave asked 25/6, 2014 at 16:38
1
Solved
I have a Spring application and need to build support for PDF generation. I'm thinking of using Flying-saucer together with Thymeleaf to render the PDF. However, I cannot find that much information...
Buffum asked 19/4, 2014 at 17:54
2
I'm using flaying saucer java library.
I'm trying to add footers to my generated pdf.
The goal is to have the same footer on each page and different content on the last page.
html>
<head&g...
Chaperon asked 3/3, 2014 at 13:20
2
Please check updates as they have additional informations... Apparently located the problem in a specific pdf client but cannot close the issue with an open bounty...
I am generating a pdf using g...
Orris asked 15/1, 2014 at 10:45
1
Solved
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...
Abbeyabbi asked 6/12, 2011 at 14:15
4
Solved
Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText?
Stonecutter asked 24/5, 2010 at 18:21
1
Solved
Im still working with flying saucer to export xhtml to pdf.
At the moment its just a datatable with header and footer on every page.
The problem is, the header on the second page (and also on t...
Stanger asked 2/12, 2013 at 10:49
3
This is the 2nd day I spend investigating with no results. At least now, I am able to ask something very specific.
I am trying to write a valid HTML code that contains some non-Latin characters in...
Keenan asked 20/4, 2012 at 17:13
1
Solved
I have html & css used to build my iText flying-saucer page set up like the following...
<html>
<head>
<style type="text/css">
body { padding: 5px; }
.footer {
position...
Te asked 6/11, 2013 at 20:43
2
Solved
I am using this code to generate a PDF from HTML String.
ITextRenderer renderer = new ITextRenderer();
renderer.setDocumentFromString(new String(htmlString.getBytes("UTF-8")));
In table some row...
Palliasse asked 8/7, 2013 at 14:49
1
I'm using FlyingSaucer (R8pre2 version) to convert an XHTML into PDF.
The HTML has Chinese characters and are using MS Mincho fonts.
The document was converted, but all the Chinese characters are...
Accrete asked 29/5, 2013 at 8:53
2
Solved
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(...
Colincolinson asked 3/1, 2012 at 13:15
5
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...
Ruderal asked 22/2, 2011 at 4:45
1
Solved
In my production pipeline I need to generate a few hundred PDF from HTML. For this scenario I first convert the HTML into XHTML.
Than im passing the 'cleaned' XHTML and the uri to the renderer.
Si...
Pedalfer asked 24/7, 2012 at 14:37
2
Solved
I have an xhtml document that I'm turning into a PDF using flyingsaucer. The xhtml has several tags that have a base64 encoded images inline. The source of the xhtml is dynamic so the structure of ...
Tapdance asked 31/5, 2012 at 20:40
1
Solved
I'm trying to convert strict XHTML to PDF using flying saucer and iText. I've validated XHTML and path of input and output file are precise. I have no goddamn clue why this is throwing an exception...
Sublingual asked 23/2, 2012 at 14:59
1
Solved
I'm using flyingsaucer to render an xhtml document to pdf through a servlet which returns the generated pdf document. The xhtml document features an image which is requested from another servlet. T...
Armoury asked 25/4, 2012 at 13:22
2
Solved
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...
Interstitial asked 24/1, 2011 at 14:5
1
Solved
I'm compiling a PDF using iText and Flying Saucer, and unfortunately, I can't seem to get any output from Flying Saucer when compiling. I'd really like to be able to see what's going on internally ...
Suber asked 15/3, 2012 at 22:30
© 2022 - 2024 — McMap. All rights reserved.