Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.
Questions tagged [apache-fop]
1304 questions
-1
votes
1 answer
XSL-FO Stylesheet template to generate a PDF manual
I want to create a user manual in A4 format for my programming tool, much like the example here. Is there any clean, well formatted open-src documentation XSL-FO Stylesheet that I can use as my template? It should have support to include
tables…

iceman
- 4,211
- 13
- 65
- 92
-1
votes
1 answer
Apache FOP - Extra content at the end
I have a simple task, which I've found quite complex to implement with Apache FOP.
I have already created some layout. So I do have nice first page, only page, rest pages and last page definitions with well distributed content on it, but now I need…
-1
votes
1 answer
how to get variable value from xml file in xslt
I have xml file in which having some css properties and I want to apply on table
XML file is as follows :-
white
…

Nilesh Patil
- 35
- 1
- 6
-1
votes
1 answer
Odiya Language Support In Apache FOP
I am using Apache FOP 1.1 and kalinga.ttf font for Odiya Language(an indian language).
I got following error.
Please do the needful if there is any alternative or solution for this.

Oomph Fortuity
- 5,710
- 10
- 44
- 89
-1
votes
1 answer
XSLT Generate Dynamic Columns for Apache FOP
I need to make a dynamic table with 3 columns zones
Is better with an example:
I don't know if you are gonna understand this, but the "----" is only to format the table in the…

user715389
- 9
- 2
-1
votes
1 answer
Can Apache FOP 0.95 render Emoticons?
We are using Apache FOP 0.95 rendering system and the rendering engine crashes when it encounters a UTF-8 emoticon. I am using Java to render the data to PS/PDF format.
Is there a way to render them correctly or filter these non-renderable…

KKS
- 1
- 1
-1
votes
1 answer
Apache FOP - strange image in PDF export
Code is generating PDF document using Apache FOP library(0.93 version).
Some images are displaying strange in PDF. You can check attached screenshot.
The image is normal jpg.
Have you any idea which can be the reason of this?

narek.gevorgyan
- 4,165
- 5
- 32
- 52
-1
votes
1 answer
FOP - OutofMemoryError while generating PDF from database data
I am a new software developer and really need some help. I have been given the task to generate a PDF from data in the database, using FOP. I wrote the program and it works, but not in all situations. Everything works as long as the number of rows…

sai
- 1
-2
votes
2 answers
Where to download Apache FOP?
I've recently installed Altova MissionKit 2012 to start working with XML-Spy to create style sheets and so on. The way I understand it, and correct me if I'm wrong, but I need Apache FOP to output my XSL-FO to PDF?
I've been googling around and I'm…
user818700
-2
votes
1 answer
Unable to build FOP with mvn
After updating the code of FOP with svn, I tried to build the executable with mvn since ant is about to be deprecated, but I got errors trying to build fop-util. This is the script I ran:
#!/bin/bash
echo About to fetch updates:
svn co…

Pierre François
- 5,850
- 1
- 17
- 38
-2
votes
1 answer
Generation of postscript and merging using fop and Java
How to generate PS file using fop and Java, I want to merge multiple PS file into a single PS file using Java.
I have tried to generate PS file using fop but I am getting font embedded like some hex code such as:
currentfile…

user3510731
- 1
- 2
-2
votes
1 answer
Rendering ArrayList to XSLT
I have an object PDFData with some attributes. One of them are Arraylist: One with String and another with a custom object (with some primitive attributes).
I need to render both list with a XSLT for create a PDF file with Apache-FOP. I've googled…

Pablo D
- 393
- 2
- 6
- 22
-3
votes
1 answer
Return as ByteArrayOutputStream instead of FileOutputStream
I have a requirement to generate PDF file from JSON Objects and am able to produce PDF document using Apache FOP and Java. But i want to return the PDF file as ByteArrayOutputStream and then i have to encode like this…

Karthikeyan
- 1,927
- 6
- 44
- 109
-3
votes
1 answer
FOP Pdf genaration with graphs(Pie/Bar) CHarts
I am searching from nearly one month to generate graphs using Apache-FOP Pdf Generation. Finally I am asking you coders.Please help me.
22s.531ms
1
2
…

Manikanta Reddy
- 849
- 9
- 23