Tagged Questions
0
votes
1answer
27 views
XSL + Apache FOP: Adding content on the remainder of empty space on a paragraph
I'm making a PDF generator with Apache FOP and one of the main requirement is to fill the remaining empty space of a paragraph with a series of dashes like this:
This is a paragraph on a page that ...
1
vote
3answers
78 views
Generate a pdf to document a database in XSLT
I have a XML related to a database and have to generate a PDF to document the database. I am using FOP to convert XSLT to PDF.
XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
...
0
votes
0answers
79 views
convert xml (android source) to pdf
public void onClick(View v)
{switch(v.getId())
{ case R.id.button1:
try {
// Setup directories
File baseDir = new File("res/layout");
File ...
0
votes
0answers
58 views
How to render dynamically formatted text via FOP XSLT/XML Translation
We have an application that inserts legalese at the end of FOP-generated PDF documents. Depending on which client we're running the app for, the disclaimer can be an extended block of text that takes ...
0
votes
1answer
96 views
How to get array length in XSL?
I need to show table, if array have elements, and some another block, if array is empty? I have only for-each now. My array has "items" name.
<some table header code...>
<xsl:for-each ...
1
vote
1answer
135 views
Apache FOP AFP to XML conversion
I am looking for a Java API that provides functionality that will convert AFP(IBM Advanced Function Presentation)formatted documents to xml or pdf. I am trying to implement Apache FOP 1.1, but there ...
1
vote
2answers
237 views
Java Render XML Document as PDF
I have an XML document currently stored as an in-memory string & want to render it as a PDF. In other words, the PDF content will be an XML document. The XML being rendered by the method is ...
0
votes
1answer
388 views
Apache FOP XML - XLS-FO generates invalid pdf
I'm trying to create a PDF document with Apache FOP from an xml file that is formatted with an xlst stylesheet to convert the original xml file to an xml-fo formatted xml file.
As I'm new to this, I ...
0
votes
1answer
133 views
Shift a fop table to the right
I'm implementing FOP by mixing xsl and xml files to obtain as a result a PDF file.
But I can't seem to shift the table to the right correctly.
I manipulated the following FOP attributes related to ...
0
votes
1answer
103 views
Fixing the location of a word in a line in PDF with FOP
I am trying to implement FOP to output a PDF using XML and XSLT files.
My problem is the following I need to fix the position of words in a line (but not through using tables) for example:
I have ...
1
vote
1answer
253 views
XML to PDF using FOP return a blank page
I'm trying to convert an xml file to a pdf file using Apache FOP but I receive only a blank page, this is my code:
protected byte[] buildPDF(byte[] xml) throws IOException {
FileOutputStream fos;
...
0
votes
1answer
68 views
How can you tell what version of CGM a file is?
I have been searching and while I can find many descriptions of the different versions of CGM files, I am trying to find a way to tell what version of CGM a particular file is.
I have been having ...
3
votes
1answer
360 views
Keep white spaces in the generated PDF with FOP
I'm implementing FOP using XSLT and XML files where I want to keep the white spaces between words.
This is how my XMLlooks like:
<lines>
<line1> My Creation ...
1
vote
0answers
226 views
Force page break before and after in XSL:FO
How can I force a page break before and after an <fo:block> element when the following condition holds true:
Content does not fit onto previous page in its entirety.
I have tried using ...
0
votes
0answers
227 views
Page headers in RTF
I have some XML file which I need to transform into RTF. I also need to insert some text in header of first page.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet ...
-1
votes
1answer
191 views
XML with HTML and XSLT transformation
I try to modified a xml document that has html inside a tag I can transform <p> and list but I have bold and italics inside. How can I make this? I use xslt templates to transform.
This is my ...
0
votes
1answer
306 views
Getting an unwanted second title page when processing docbook to PDF via fop
I'm constructing a standard book format in dockbook xml then formatting it to PDF via fop.
When I construct the final PDF however i'm getting a second broken title page that has the title and the ...
0
votes
2answers
468 views
How display preformatted text in a pdf generated by fop?
Does anyone know how I can display preformatted html text like:
<ol>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ol>
inside a pdf generated ...
0
votes
1answer
407 views
Relative path for external graphic with parameters
I'm having a problem constructing the links for my external graphics. In my xml for example I have this path: /images/1.png.
Now I want to print all the images from the xml in a for-each. But I don't ...
1
vote
1answer
305 views
Docbook XSL: Set a default size/scale for imagedata elements?
Writing some stylesheets for DocBook.
Edit: per the comment below: Yes, this means I am writing customizations based on the DocBook-XSL stylesheets, not rewriting existing DocBook stylesheets.
Is ...
3
votes
1answer
1k views
How can I display a Unicode character using Apache fop? Showing “?” instead of character.
I been trying to insert a Unicode character ∇ or ▽, so it shows in the PDF generated by Apache FOP.
This is what I did so far:
First you have to know the correct Unicode codepoint ...
1
vote
1answer
279 views
Docbook, images already resized
I have an issue with my docbook xmls. The basic problem is that I couldn't find yet any solution to keep the inline/mediaobject images original size (height/width). All of the images are displayed ...
3
votes
3answers
2k views
How to dynamically change xslt page-sequence based on node attributes?
The watered-down version of the problem I'm having is this. For an XML file like:
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item cols="1">Item 1</item>
<item ...
2
votes
1answer
464 views
Docbook XML to PDF, no 'ő' and 'ű' characters
I have the following problem for a while. I have been trying to convert Docbook XML to PDF. Almost everything goes well except the PDF file has no 'ő' and 'ű' chars in the text, they are replaced with ...
2
votes
1answer
222 views
XSL: Append empty lines to a dynamic table before page footer
How do I append empty lines to the dynamic table so that the table ends right before the page footer in PDF?
Rows height can be different depending on their contents.
I'm using XML, XSL and Apache ...
4
votes
2answers
1k views
Good alternative to FOP?
I'm currently using FOP to generate PDF from an XML file.
But I am facing two big issues :
First: FOP cannot manage OpenType Font files
Second: fo:float is not implemented yet
So it's impossible ...
0
votes
1answer
185 views
XSLT passing url to asp page that does not de-escape & to &, what to do?
I have a problem,
I have a URL provided from a website in the form:
...
1
vote
0answers
246 views
Validate XML before FOP Transform
I want to validate the XML output from my XMLReader against an XML Schema, before running a FOP transform on it.
I can do the two steps independently, but this means that the XMLReader is processed ...
0
votes
1answer
984 views
Is it possible to seperate the rows in an XSL table into separate page-sequences?
I'm new to xsl, so this might be an obvious answer.
I'm creating a table from xml and an xsl stylesheet in java using FOP. The table can have several thousand rows (>50,000) so I want to reduce the ...
0
votes
1answer
973 views
Apache FOP : multiple page PDF from xml array list iteration
I have xml document that contains an array/list of complex elements. I would like to generate a PDF file such that each complex element is displayed on a new page. I have it working for a single page. ...
2
votes
1answer
466 views
ApacheFOP - Blank PDF Output?
I've been trying to transform my XML documents to PDF through Apache FOP,
but the output pdf is blank.
Any help to why this is occuring is greatly appreciated.
The code seems to be executed without ...
0
votes
1answer
222 views
Emphasized text in docbook, fo, pdf out put
I am trying to emphasize a character of some static text to render into the footer of my pdf, but can't figure out the right combination of tags in my xsl. How can I accomplish this?
Example:
...
2
votes
2answers
695 views
what is benefit of using Antennahouse over Apache FOP?
I would like to know the difference and additional features in Antennahouse over Apache FOP.
1
vote
1answer
160 views
Is it possible to generate a XSL-FO template from a PDF?
Given a PDF document, is it possible to generate a XSL-FO (FOP) template?
Obviously, this would be a one-time thing - the generated template would just be a starting point for creating a proper ...
5
votes
1answer
4k views
xls-fo fop 0.94 Using the keep-together with wrap-option=“wrap”
In xls-fo fop 0.94 Using the keep-together along with with wrap-option="wrap" ignores the wrap option ? Is there a way to make them both work?
<fo:table-row border="1pt solid black" ...
3
votes
1answer
2k views
Displaying newline character in PDF generated with FOP
I'm generating a PDF document using FOP. The source XML contains some text data which contains newlines. But when its being shown in PDF, all new lines are converted into spaces. I tried replacing ...
0
votes
2answers
137 views
strange pdf generator issue
Is there a problem with xml tags that have a dash in them??
I am trying to generate a pdf from and xsl and an xml..
I have the following for example:
<car>
<name>toyotoa</name>
...
3
votes
2answers
247 views
problem with xsl apply-templates
It seems that my template is never called but the for loop works correctly.
It prints "test" exactly the number of times the "car" node exists but "doStuff" doesn't seem to be accessed and "test2" is ...
1
vote
1answer
883 views
Using FOP to generate french PDF document, can't resolve 'œ' character
I am using iso-8859-15 encoding both in xml data and in the xslt style sheet. But when I try convert XML doc to FO document 'œ' does'nt show up it shows up as '?' Below is the example of the ...
0
votes
1answer
100 views
Embedding fonts
I'm using Apache FOP with an XML document, and I'm trying to render a pdf. I have to embed a font into the resultant pdf file because it has to use international characters. Does anyone know how to ...
19
votes
12answers
3k views
What is the recommended toolchain for formatting XML DocBook?
I've seen Best tools for working with DocBook XML documents, but my question is slightly different. Which is the currently recommended formatting toolchain - as opposed to editing tool - for XML ...
5
votes
10answers
2k views
Where can I find good tutorials on XSL-FO (Formating/ed Objects), the stuff one feeds to fop and get PDF's?
On a company that I've worked, me and my colleagues, implemented a tailored document distribution system on top of XSL-FO.
My task was to get the script to deliver the documents and configure the ...


