Questions tagged [apache-fop]

Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.

1304 questions
0
votes
1 answer

FO block immediately before page footer

I want to place a certain block right at the bottom of the page (right abover the footer). I tried using footnote but the result is overlapping the footer. Is there an easy way to achieve this with FO? I'm using Apache FOP 1.1 This is the footnote…
Konstantin
  • 389
  • 3
  • 14
0
votes
1 answer

Spanning cells in dynamic table in FOP

My problem is that I have a table with dynamic length and I need to span 3 Rows over 3 cells where the other rows have single cell length. I get a generated XML file with values like a b a1
Thevagabond
  • 323
  • 2
  • 9
  • 34
0
votes
1 answer

fo:external-graphic issue

I'm trying to create PDF file with image content using FOP. I tried many version of batik libraries, but I always receive the stacktrace below. The image src looks similar to this: "data:image/jpeg;base64, DATA" (DATA is the Base64 encoded image…
mlorika
  • 125
  • 2
  • 7
0
votes
1 answer

fop render to pdf one page out of many

I have a code which runs apache fop against xml content and xsl markup and gives me the apache Intermediate Format output: StreamSource contentSource = new StreamSource(xmlContentStream); StreamSource transformSource = new…
Eugene S
  • 99
  • 1
  • 11
0
votes
1 answer

One FOP XSLT transformation but different files rendered

Is there any way to make only one xslt transformation and render the output to pdf, png, svg files? StreamSource contentSource = new StreamSource(xmlContentStream); StreamSource transformSource = new…
Eugene S
  • 99
  • 1
  • 11
0
votes
1 answer

Reduce EPS file generated by Apache FOP

Fo far I have generated EPS files using the inkscape and these files were compact 2-3Kb [1] For several important reasons now files are generated by Apache FOP. Adobe Illustrator shows the old and new versions of the same files in the same way and…
pvolyntsev
  • 141
  • 8
0
votes
1 answer

XML-FO Nested List-Blocks

I am trying to convert a nested, bulleted list in HTML to XML-FO for output as a PDF in Apache FOP. The HTML looks like this
  • Item Number1
    • Sub-Item 1
    • Sub-Item 2
user455889
  • 793
  • 2
  • 9
  • 14
0
votes
1 answer

white-space-collapse wont work

I'm working on an XSL, XML to convert something PDF XML: Name: //this is used for my line XSL:
asdasdas
  • 291
  • 1
  • 4
  • 13
0
votes
1 answer

How to setup Apache-FOP to get it work within Websphere 8.5?

I am developing a module that it exports data from a XML file to a PDF file, so I used an XSLT as broker to achieve it. My code works correctly in a standalone application but it does not in a the web application. I have to say that my applications…
0
votes
1 answer

XSL-FO FOP pagebreak if table fits on a new site

Being quite new to the FOP and its structure, I came up with the problem that FOP creates pagebreaks within tables. I have about 20 tables which sometimes are filled with only one or two rows, but also others which could have a lot more. Now the…
Eddi
  • 782
  • 1
  • 7
  • 20
0
votes
1 answer

Image not displaying completely

I need to display an svg image into my pdf file. Below is my xslt code:
Chai
  • 131
  • 2
  • 13
0
votes
1 answer

syntax serna free 4.4.0 docbookv4.5 won't publish pdf with fop

I am using Syntax Serna free 4.4.0-20111114 docbookv4.5 and its publishing html in seconds but when I try to publish in pdf with Fop It freezes claiming to be 'running...'and 'publishing...' like forever - hours and hours I have FOP configured and…
ereng
  • 11
  • 4
0
votes
1 answer

Long text overlay over two cells in xls-fo

how to do long text overlay over two cells (like in excel when text is to long for one, then it's expanded on next cell) blablabla
quester
  • 534
  • 5
  • 18
0
votes
1 answer

fo:inline + wrap-option="no-wrap" not working

I need to make certain text blocks non-wraping e.g.: This is to confirm that .. blalb long text ... What I need is that text inside
user1283791
  • 269
  • 1
  • 4
  • 14
0
votes
1 answer

What is the best way to create an invisible vertical list in docbook for xsl-fo?

I'm writing docbook and applying the xsl-fo transformation to produce a pdf. Instead of listing items in a comma separated list, "item1, item2, item" I would like them in a vertical list, but without any markup whatsoever, i.e. without frames,…
user2052153
  • 129
  • 10