flying-saucer Questions
5
Solved
I'm using Flying Saucer to convert XHTML to a PDF document. I've gotten the code to work with just basic HTML and in-line CSS, however, now I'm attempting to add an image as a sort of header to the...
Lob asked 13/7, 2012 at 19:26
5
Solved
I under gone a situation of converting html to pdf, Thankfully I can achieved this through flying saucer api. But My HTML consists of svg tags while converting I am unable to get the svg in pdf. It...
Neslund asked 5/5, 2016 at 17:33
3
I am using thymeleaf as my template engin to map XHTML to HTML and flying saucer to generate a pdf file afterwards.
Now i failed to display my static images located at /src/main/resources/ inside...
Inadvertence asked 6/5, 2018 at 19:44
5
I create a file pdf from html template using Spring Boot, flying saucer, thymeleaf. But image is not displaying in my file.
Project structure:
code html:
<div class="col-xs-6 invoice-col-2"...
Candancecandela asked 26/9, 2017 at 5:8
4
Solved
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 ...
Conservatism asked 23/9, 2011 at 7:3
6
Solved
It took me a little more research than I would have liked to figure this out on my own, so I'm going to post a comprehensive answer here. It seems like the information to do this is spread across m...
Mages asked 30/7, 2013 at 17:44
6
I would like to know how to include the External CSS in Flying-Saucer.Before that THB I checked with all the available links in StackOverflow but they are not helpful.That's the reason why made thi...
Elimination asked 23/9, 2014 at 8:55
4
Now I am using xhtmlrenderer to covert html to PDF.
My maven dependancy as follows:
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<ve...
Letreece asked 9/5, 2012 at 8:18
3
I am hopping somebody can help me... it seems like what I am trying to do should be fairly simple but I have been fighting this thing for over a day now and am out of ideas. I have found lots of in...
Vincennes asked 25/4, 2012 at 20:44
3
Solved
Overview
Using FlyingSaucer within a JavaFX application, to avoid WebView for various reasons:
doesn't provide direct API access to its scrollbars for synchronous behaviour;
bundles JavaScript, wh...
Minter asked 17/8, 2020 at 4:58
2
Solved
As we can see from the image my content overlaps with the header image and this is the code I have:
<style type="text/css" media="print">
@page {
/*size:landscape;*/
@top-center {
co...
Bosch asked 16/7, 2015 at 19:58
3
I am using Flying Saucer R8 to generate PDF files. The PDFs need a header which is going to be repeated on every page. The header is going to be specified by the user so I am unable to determine it...
Flaccid asked 21/1, 2014 at 8:54
3
Solved
I'm creating a PDF using Flying Saucer (which dumps out CSS/HTML to iText to a PDF) and I'm trying to use CSS3 to apply an image header and footer to each page.
I'd essentially like to put this d...
Marchpast asked 15/3, 2012 at 22:59
1
Solved
I'm using ITextRenderer to generate a PDF from HTML and what I need to do is a cash register receipt.
This receipt has dynamic width and, of course, dynamic content. This said, the height of conten...
Pembrook asked 7/3, 2013 at 20:23
1
I'm writing code to convert HTML to PDF, which includes the following 2 dependencies:
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-core<...
Stabilize asked 31/7, 2018 at 13:43
2
Solved
In a project GitHub I'm trying to convert any arbitrary HTML string into a PDF version. By convert I mean parse the HTML, and render it into a PDF file.
To achieve that I'm using Flying Saucer PDF...
Liquid asked 29/8, 2018 at 21:13
1
Solved
PDF is generating successfully but I want to protect it with a password.
flying-saucer-pdf doc does not help me.
I am using this example
Using thymeleaf+flying-saucer-pdf+Spring Boot
Collenecollet asked 3/9, 2017 at 14:7
4
Solved
while creating pdf from XHTML by using Flying Saucer/iText, want landscape in every pages ( am using this method )
but am getting extra blank page in initial and end pages, any ideas?
Chine asked 10/7, 2013 at 17:46
0
I have HTML that contains links such as the following:
<p class="Results">Web :
SPLIT<a href="http://www.google.fr/">http://www</a>
SPLIT<a href="http://www.google.fr/">.g...
Tahoe asked 10/11, 2016 at 17:25
3
Solved
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. ...
Candis asked 17/11, 2009 at 9:19
7
Solved
I am using Flying Saucer to render some PDF documents from strings to XHTML. My code is something like:
iTextRenderer.setDocument(documentGenerator.generate(xhtmlDocumentAsString));
iTextRenderer....
Culet asked 4/3, 2010 at 10:9
2
Solved
I am generating PDF using Grails export plugin (basically, Flying Saucer). My GSP page is an UTF-8 page (or at least properties are showing that it is UTF-8, also in the beginning of the GSP page t...
Campanile asked 10/10, 2012 at 19:28
3
Solved
I realize 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 every page....
Mashhad asked 24/11, 2011 at 23:24
1
Solved
When I use Flying Saucer to convert html page with Chinese character. The Chinese character displayed as a box like below
I have tried both methods: using the css as in this answer Flying Saucer...
Rattlebrain asked 14/8, 2015 at 6:53
1
I want to convert an HTML page that contains Arabic characters to a PDF file using FlyingSaucer, but the generated PDF does not contain combined characters and prints the output backwards.
HTML:
...
Gastelum asked 2/11, 2014 at 16:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.