Tagged Questions

Formatting Objects Processor (FOP) is an application that converts XSL Formatting Objects (XSL-FO) files to PDF or other printable formats

learn more… | top users | synonyms

14
votes
10answers
2k 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
3answers
1k 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 ...
4
votes
5answers
254 views

Do Design patterns in Object Oriented Programming signal systemic problems of the paradigm of OO? [closed]

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 ...
4
votes
2answers
1k 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 ...
4
votes
5answers
687 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 ...
4
votes
11answers
921 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 ...
3
votes
1answer
91 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 ...
3
votes
3answers
232 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 ...
3
votes
1answer
321 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. ...
3
votes
2answers
564 views

XSL-FO processor for PHP : transform XML to PDF

I am looking for a PHP XSL-FO processor. What I need is an alternative to Apache FOP (in the Java world), in order to convert an XML document to PDF, but I need to execute it in a PHP environment ...
3
votes
1answer
451 views

How to manipulate page number in FOP?

I am using Apache FOP 0.95, and all I want to do is add 1 to the current page number. So, on page 12, I want to show 12 / 13. Then nothing on page 13, of course. Any ideas how I could do this, ...
3
votes
2answers
465 views

Including a PDF file in a PDF file generated by FOP

I'm using FOP to generate PDF files. What's the best way to either include another PDF file in a PDF generated by FOP or to cook multiple PDF files together using PHP?
3
votes
3answers
313 views

What is the sense of “Feature Oriented Programming” (FOP) in C++, and would it make sense in Java and C#?

Sadly, I can't remember where I read it, but... ...in C++ you can derive a class from a template parameter. Im pretty sure it was called Feature Oriented Programming (FOP) and meant to be somehow ...
2
votes
2answers
68 views

FOP, Getting constant performances on pdf generation

We are having issues regarding fop (v0.95) performances on multiples calls. We are creating pdf containing a few images and our own fonts. The first call is by far longer than the others and it's a ...
2
votes
2answers
351 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
3answers
214 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 ...
2
votes
1answer
98 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> ...
2
votes
1answer
117 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 ...
2
votes
0answers
324 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 ...
2
votes
2answers
281 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
404 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 ...
2
votes
1answer
455 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 ...
2
votes
1answer
496 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 ...
2
votes
2answers
463 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 ...
2
votes
1answer
294 views

Apache FOP: zindex does not appear to be working in overlapping blocks

I am a FOP newb. I am trying to show text on top of an image by using block-container's and zindexes. The image is always on top though. If i remove the image, i can see the text, so the text is under ...
2
votes
1answer
240 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 ...
2
votes
1answer
492 views

PDFBox setting A5 page size

Started playing with PDFBox PDDocument document = new PDDocument(); PDPage page = new PDPage(); document.addPage( page ); PDFont font = PDType1Font.HELVETICA_BOLD; PDPageContentStream contentStream ...
2
votes
2answers
378 views

Is there a XSL-FO renderer which supports <fo:table table-layout=“auto”>?

I'm using Pandoc to convert Markdown to Docbook, doing stuff to it then rendering the Docbook to XSL-FO using Apache FOP. Unfortunately, Pandoc makes tables with table-layout="auto" and FOP only ...
2
votes
2answers
461 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.
2
votes
5answers
961 views

Display arabic text left to right in pdf using apache fop 0.95

We are generating pdf using apache's xsl fo engine, namely fop 0.95. We have been successful in displaying arabic text from xml to pdf. But there is some problem in the direction of the displayed ...
2
votes
2answers
137 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 ...
2
votes
1answer
672 views

Using new fonts with Apache FOP in Java

I have to internationalize an application, and therefore have to let a user chose a font for a PDF that I will create at runtime. I want to be able to display a list of font choices from the user's ...
2
votes
1answer
627 views

Processing FOP with parameters

HI, I want to use FOP to prepare a XML document for printing (ps/pdf). Is it possible to send parameters to FOP to do conditional formating as exist in xsl processors XSL: <xsl:param ...
2
votes
1answer
500 views

XSL:FO, Floats in F.O.P

A while ago I found out that FOP doesn't allow you to use floats, and a few other features in Xsl-Fo 1.0. I've tried a few different ways to emulate them, but I have had no success. If anyone has had ...
2
votes
3answers
2k views

FOP: fo:block width attribute ignored?

I'm managing to generate a PDF with one line-chart from google-chart, but the quality of the generated columns titles doesn't fit our needs, so I want to generate by myself. This task should be done ...
2
votes
4answers
1k views

Creating a PDF from Java and Displaying it in a webpage

Currently I am using FOP to generate a pdf from java code and an xslt document. The FOP spits out a PDF file that is displayed (embeded) into a webpage. The documents can range between one and several ...
1
vote
1answer
26 views

Rendering blocks side-by-side with FOP

I need to generate a PDF from XML data using Apache FOP. The problem is that FOP doesn't support fo:float, and I really need to have items (boxes of rendered data) side-by-side in the PDF. More ...
1
vote
1answer
18 views

How to convert Japanese OTF fonts to use with FOP

I need to generate a Japanese language PDF document formatted with a Japanese font, using Formatting Objects Processor (FOP). I have a few potential OTF fonts that I would like to use. Unfortunately, ...
1
vote
0answers
25 views

Apache FOP generated PDFs printing strangely from Adobe Reader; OK on screen

I'm not sure how this can be a FOP issue, but I've never seen it with PDFs from any other source, so I've tried to investigate further. Our application creates PDFs via xsl-fo, using FOP. This has ...
1
vote
0answers
55 views

Restart footnote numbering in each 'sect1' in Docbook

As the title describes my problem is that I want to reset the footnote numbering in each 'sect1', not just in each 'chapter' or 'appendix' and etc. So far I couldn't manage to reset it. I've tried to ...
1
vote
1answer
39 views

Endnotes in XSL:FO using FOP

I was wondering why there's no possibility to code endnotes in XSL:FO right out of the box. I've found some approaches to generate endnotes from fo:footnote (like ...
1
vote
1answer
206 views

how to keep table with header but allow page breaks inside table body in XSL-FO using FOP

I'm generating a PDF using Apache FOP and a XSL-FO stylesheet. In the PDF, I output headings (html equiv h1) which belong to a table, so should be kept together always. However, my tables may also ...
1
vote
2answers
93 views

Generating TIFF with Apache FOP 1.0 - TIFFImageEncoder4

I have successfully been using Apache FOP to generate a PDF using an Ant task. I also have Java code (Web Service using Axis2) successfully working and producing PDFs, but have been using the Ant Task ...
1
vote
2answers
197 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
75 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 ...
1
vote
1answer
116 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 ...
1
vote
0answers
209 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
143 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 ...
1
vote
1answer
150 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 ...
1
vote
2answers
391 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 ...

1 2 3 4