Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.
Questions tagged [apache-fop]
1304 questions
0
votes
1 answer
Which xsl-fo elements can be the destination of a fo:basic-link with internal-destination?
I have a document in docbook format. I used to generate HTML from this. Now I tried to generate xsl-fo and then use Apache fop to build a pdf. However fop emitted several warnings about missing link destinations and they don't work in the produced…

user2052153
- 129
- 10
0
votes
1 answer
using apache fop with PipedOutputStream
I want to build a pdf-file from a jaxb-object using apache fop to generate and itext PdfStamper to modify it. since fop writes to an outputStream and PdfStamper reads from InputStream my idea was to use Piped[I|O]Streams for this. here is what I…

oran g
- 171
- 1
- 10
0
votes
0 answers
Processing html tags inside xml with fop
I've got an object that's being converted into SAXSource and then converted into a PDF with FOP. Some of the data however is in HTML format inside the XML tags. I'd like to have this these HTML tags parsed as actual elements by the stylesheet, which…

user2871509
- 77
- 6
0
votes
2 answers
Apache FOP missing Glyph
I have a Problem with Apache FOP 1.0
PDF-Files are created without a problem, but if i try to create a Chinese PDF, all i get is "#" where chinese letters should be. Error is something like
WARN org.apache.fop.events.LoggingEventListener:80 -…

Timo Kurowski
- 45
- 2
- 7
0
votes
1 answer
Apache FOP and java application
What is APACHE FOP? is it a library for java to implement barcodes or what? can someone give me a general idea about it ,how does it works and where we work with,i have search for it in google but all the answers seems to me streng ,my teacher told…

user3323182
- 29
- 1
0
votes
2 answers
Using stream to avoid temp file
I'm trying to create a PDF document with Apache Library FOP. It works well but I have to create a temp file to store an intermediate file (test.fop).
Here is my function:
@RequestMapping(value = "/pdf")
public void showPdfReport(OutputStream…

thibon
- 360
- 2
- 7
- 19
0
votes
0 answers
XSLT 1.0 + Apache FOP Is there a way to include "not printable" content?
I want to output some content that is shown in a pdf reader but not in a printed document.
The problem is that i need to print over a pre-printed page, so I want to "show" all in the screen but not the layout when it's sent to printer (as the page…

jpaoletti
- 855
- 1
- 13
- 21
0
votes
0 answers
Apache FOP process several files over command line
Is it possible to process several files in a row with apache fop when used over the command line?

user2791739
- 217
- 1
- 4
- 17
0
votes
1 answer
Special Characters are not converting using Apache FOP1.0
I have an xml document. I am converting it into pdf using Apache FOP 1.0. It is able to convert it into pdf but it is not converting some special charcter like Δ,μ,ρ,α and showing another output.
Expected Output = Δ INTRODUCTION length constant…

OPTIMUS
- 672
- 4
- 14
- 29
0
votes
1 answer
org.apache.fop.apps.FOPException"'s signer information does not match signer information of other classes in the same package
I'm using apache ant 1.6.5 to create jar files. In only one location fop jar is present. Still I'm getting the error. I'm using weblogic 10.3.2 to access the application.
Can anyone help me on this.
Below is stacktrace -
01/21/2014 18:25:43 FATAL …

nithin
- 387
- 3
- 9
- 20
0
votes
0 answers
How to create PDF which takes the values from a List> using FOP only
i am trying to create a pdf with the values in LIST> using FOP in java, but getting some exception like javax.xml.transform.TransformerConfigurationException: Could not complie style sheet. here is my code looks like:
1.JaXBChildList.java
import…

preeth
- 365
- 3
- 7
- 20
0
votes
1 answer
i want to create pdf in java from xls file using FOP?
i am using the code at for creating pdf using Apache FOP
but i am getting these exceptions when i run the code
Hi Testing
javax.xml.bind.MarshalException
- with linked exception:
[com.sun.istack.internal.SAXException2: class com.testFOP.Employee…

preeth
- 365
- 3
- 7
- 20
0
votes
1 answer
Set image size relative to page size
I am generating pdf files using FOP.
is used to include images. My requirement is to set the width and height of image relative to the page size.
Thanks in Advance.

Nims
- 1
0
votes
1 answer
Exporting multiple pdf files with Apache FOP - portlet Liferay
I have a loop for generating xml data, and exporting it's PDF files
@ResourceMapping("doPrint")
public void printFunction( @ModelAttribute(FILTER_STAMPA_MODEL_ATTRIBUTE) ListManlevaRequestDTO filter, ResourceRequest request,…

user3114642
- 19
- 1
- 3
0
votes
1 answer
Opening Apache FOP command line from C#.net application
I have Apache FOP in a folder on my desktop. I have a C#.NET application that takes a stylesheet and an xml-file and then should pass those as parameter to the command line, where they should then be processed by Apache FOP.
The command line opens,…

user2791739
- 217
- 1
- 4
- 17