Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported ...
0
votes
1answer
316 views
How to extract an Apache FOP created PDF in C#?
I have a problem in my c# project.
I want to extract Apache FOP generated PDF files programatically without any 3rd party application.
I tried to use many libary like PDFBox, IKVM, PDF2Text, ...
0
votes
1answer
2k views
FOP warning:line 1 of a paragraph overflows the available area by more than 50 points
Just to make sure I would like to share my understanding of FOP vre 1.0 with you,
FOP uses a automated line breaking algorithm i.e when data overflows the width of a table cell,FOP looks for white ...
0
votes
0answers
965 views
Creating dynamic XSL-FO table using XSLT
I am creating a table in xsl-fo, with undefined number of elements (indtr).
I wonder if there a smart way to do this?
Here is my input xml file
<pr-levels>
<prs>
...
4
votes
2answers
3k views
How to embed font in PDF created from HTML with iText and Flying Saucer?
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 ...
2
votes
4answers
2k views
I can't change my Font Family using Apache FOP
I use fop Quick Start Guide to print a simple PDF file from simple XML file and it works fine. but when I change <name>Frank</name> to <name>امیررضا</name> (change name to ...
1
vote
2answers
808 views
FOP and IKVM in .NET - Images Not Working
UPDATE2: I got it working completely now! Scroll way down to find out how...
UPDATE: I got it working! Well... partially. Scroll down for the answer...
I'm trying to get my FO file to show an ...
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
196 views
is there a simple example of a php snippet highlighted in docbook with pdf output?
I've been trying to highlight the code in a programlisting block in docbook. The code is the following:
<programlisting language="php"><![CDATA[
// php code
]]></programlisting>
...
1
vote
2answers
268 views
Feature Oriented Programming - examples
I read something about Feature Oriented Programing, but I miss use-cases and examples. Are there any techniques or patterns that are application of FOP?
1
vote
1answer
229 views
Multiple XSL to single PDF
We have 5 xsl files, the xml content for transformation genertated at runtime, it is working fine when we are generating a single pdf for single xsl file.
Our requirement is we need to generate a ...
0
votes
1answer
983 views
Get FOP to add space-before and space-after
I have two paragraphs.
How do I get FOP to add the values of the space-after attribute of the first and the space-before attribute of the second paragraph?
For example:
<fo:block ...
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 ...
0
votes
1answer
1k views
Change table end-indent in Apache FOP
I am using Apache FOP 1.0 to generate PDF. I want to extend the end-indent of the table such that I do not get the INFO warnings:
INFO: An fo:table is wider than the available room in ...
0
votes
1answer
261 views
Docbook-XSL remove page break after part
I'm generating a PDF from a DocBook XML, styling it with an XSL stylesheet, using FOP as processing tool.
Is it possible to remove the page break after the title of a part element ?
Thanks,
Carlo
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 ...
1
vote
0answers
346 views
Apache FOP XML - XLSFO for pdf generation - how to use custom fonts in form of .otf
I have seen that TTFReader class convert .ttf font in xml which can be used to refer in xml to set up fonts in unix environment .same for .pmf fonts .
But if i have file custom_font.otf how to use it ...
1
vote
1answer
357 views
fop in glassfish fail to render external resources
I am generating a PDF file via fop 1.0 out of a java library. The unit tests are running fine and the PDF is rendered as expected, including an external graphic:
<fo:external-graphic ...
16
votes
1answer
1k views
Scale down to fit an image in FOP
I am using FOP version 1.0 to create PDFs. In one of the pages I'd like to display an image (2552 x 4200 pixel) and scale it down if it doesn't fully fit on the page. As far as I could see on the ...
0
votes
1answer
350 views
Need to disable an automatic URL hyperlinking with XSL-FO when generating a PDF document?
I'm using Apache XSL-FO to generate a PDF document from an XML using XSLT. In my XSL file I have an fo:block where I bring a URL and simply display it like this:
xsl:value-of ...
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 ...
2
votes
1answer
524 views
Remove verso and list of tables from DocBook document
I have problem with customization layer of DocBook XSL. I use Apache FOP to transform document from DocBook XML to PDF. But the book contains second page (so called verso) and page List of Tables. I ...
0
votes
1answer
452 views
I get a SAXException when I export a report to PDF format with 100,000 characters
[org.xml.sax.SAXException: Mismatch: page-sequence (http://www.w3.org/1999/XSL/Format) vs. root (http://www.w3.org/1999/XSL/Format)]
javax.xml.transform.TransformerException: ...
0
votes
1answer
250 views
getting a header with two alignments in apache fop
In xsl:fo i'm trying to create a header that contains the company name and the print date. The company name should be aligned to the left and the print date should be aligned to the right. Somhow i ...
0
votes
1answer
290 views
How to talk to Tomcat server from a PHP application
I am developing a new report engine for my company, our main web application is writing by PHP 5 and running on an Apache server. The new report server which I designed to use Apache FOP 1.0 ruing on ...
0
votes
2answers
378 views
xslt 2.0 month name in French or German
I’m using xslt fn:formate-dateTime() to get the current date and time, for English it’s works fine.
But everytime I try to get the month name in different languages (fr, de, etc), I will just get ...
1
vote
2answers
869 views
Apache FOP, Unicode. Text is not searchable
I've got a problem with some legacy Java code that renders PDF files.
We're using Apache FOP:
Implementation-Title: Fop
Implementation-Version: 0.20.5
Implementation-Vendor: Apache Software ...
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:
...
0
votes
1answer
655 views
FOP - prevent block collapsing
I would like to show a tickbox on the pdf and tried to do it as:
<fo:table-row height="10pt">
<fo:table-cell>
<fo:block line-height="10pt" text-align="center" ...
2
votes
1answer
833 views
XSL-FO static image bottom left of document, dynamic text flowing around 2 column layout?
I am creating a PDF using dynamic XML/XSL-FO from external source,
I need an image bottom left of the page but its not working and flowing the text around the image.
The xsl used is as follows - note ...
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 ...
2
votes
1answer
726 views
PDF, barcode4j compression with java
I am using Apache Fop 1.0 to create PDF documents. By default it uses the FlateFilter to compress the content. The FOP uses the DeflaterOutputStream DEFAULT_COMPRESSION under the cover. I have not ...
1
vote
1answer
990 views
FOP for Android?
I recently compiled an Android app using FOP as I want to convert some XML into a PDF file. However I don't think the FOP JAR files are mean't to work on Android. Are there any versions of FOP ...
2
votes
1answer
1k views
FOP Driver Configuration same as FOPFactory
I am currently using FOP embedded using Driver as follows
Driver driver = new Driver();
driver.setRenderer(Driver.RENDER_PDF);
driver.setInputSource(new InputSource(new ...
0
votes
1answer
582 views
FOP with IKVM: No Images
I've successfully compiled and used FOP 1.0 with IKVM 0.44.5 in .NET, however I can't get it to show any images in the resulting PDF.
When I run FOP via ikvm in the command-line, I get a ...
1
vote
2answers
272 views
XSL-FO overflows width when flowing from page-master with wide region-body to narrow (including column-width changes) in Apache FOP and XMLSpy
I'm using XSL-FO (Formatting Objects) in XMLSpy with Apache FOP.
When I flow content from a first page having a simple-page-master with a wide region-body onto a second (rest) page having a narrow ...
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 ...
1
vote
1answer
550 views
FOP: unwanted linebreaks in nested <fo:block> elements
I have a Problem conecerning FOP. I am using CKEditor to create an XSL-Fo String and transform that into a PDF using FOP. Everything works fine, but when using nested blocks, I experience linebreaks ...
3
votes
2answers
2k views
Preserving linefeeds etc. in text content of XSL but not in tags itself
While building an XSL document I ran into the following problem. I want to preserve linefeeds in the original text, so I set linefeed-treatment="preserve". However, this apparantly also means it ...
0
votes
1answer
258 views
Creating a master page template in XSL for rendering using Apache FOP
I need all my rendered pages conform to a specific template.
So I want to create a master page template in XSL. Initially i thought i shall make use of
flow-maps but however flowmaps are not ...
6
votes
5answers
574 views
Do Design patterns in Object Oriented Programming signal systemic problems of the paradigm of OO? [duplicate]
Possible Duplicate:
Are design patterns really language weaknesses?
After spending years pouring over books on OOP and the techniques of OOP, and recently getting involved more and more in ...
0
votes
1answer
251 views
Apache FOP & Java Warm Start Options (even better w/Rhino)
Here is what I need to do: Render PDFs using Apache's FOP on a server (preferably Windows). The jobs will come from a queue, but that's not too important.
I want to avoid warming up the JVM each time ...
0
votes
1answer
974 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. ...
0
votes
1answer
2k views
How to convert xsl-fo to docx (Office Open XML) in Java?
I'm looking for an open-source or commercial friendly library in Java to convert xsl-fo to docx (Office Open XML) format.
I'm planing to use xsl-fo to produce pdf documents (with Apache FOP), so I ...
0
votes
3answers
921 views
IKVM Apache FOP
I am trying to compile the Apache FOP v1.0 library to a .NET DLL. I followed the instructions in:
Using ApacheFOP v1.0 in .NET application
However when i run the ikvmc command i get a number of ...
7
votes
2answers
5k views
XSL-FO fop. Long text flows into adjacent cells/block, obscuring stuff there
Could anyone suggest me a way to make long words (like serial numbers) to be wrapped? I tried some commercial software and there is no such issue. Is it a fop bug or probably there is a solution ...
7
votes
5answers
5k views
PDF Generation Library for Java
I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project.
My requirements
on-the-fly generation of PDF documents (mainly order ...
7
votes
3answers
3k views
Using ApacheFOP v1.0 in .NET application
Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL? I am using the IKVM syntax found at http://onjava.com/pub/a/onjava/2004/08/18/ikvm.html; however, the compiled DLL seems to ...
0
votes
1answer
259 views
Why does FOP take so long to send this document to the printer?
In our software, we use Apache FOP 0.20.5 (I know this is an old version, we can't update it as it's an old version of our software) to create "pretty" style reports. We have one in particular that I ...
3
votes
1answer
619 views
generating HTML from XSL-FO using Java
I have some PDF files generated based on some XSL-FO documents and I now need this content in HTML too. I am using FOP for creating the PDF files but this does not support HTML as an output format.
...

