Question

I'm evaluating PDF rendering technologies. XSL-FO is our chosen path because its an open standard and our source data is XML. What experiences have people had with the various implementations of XSL-FO?

The implementations I've found so far are:

The criteria I'm using to evaluate are: performance, stability, supportability, price, template management tools. Also important: good java APIs and ability to run on Unix.

Whatever product we end up choosing, we will also be asked to find consulting services to help us build our templates, so the ability to find developers versed in the the technology is important.

Update:

The Ecrion folks did a performance comparison which is disputed by the renderX people. However, renderX has so far declined to offer their own benchmarks or tests for comparison. I guess I'll have to run my own benchmarks.

So far I'm leaning toward Ecrion because it supports WordML output, and the renderX guy was kind of rude.

Was it helpful?

Solution

Ibex pdf creator is a good XSL-FO engine with Java and .NET implementations.

I have used their Java implementation and it did pretty much everything we needed and was performant. Their licensing model is really good, especially if you are building clients that need XSL-FO processing. You pay a per-developer fee, not a per-client distribution.

Antenna House and renderX. are the leaders in the XSL-FO space. They have great tools and overall support/implementation for the XSL-FO specification.

Regardless of which FO engine you decide on, it is helpful to have several available for development. Rendering through different FO engines helps test out your XSL-FO and determine if incorrect output is due to a problem with the rendering engine or with your XSL-FO.

OTHER TIPS

Ecrion has the most advanced report designer. It's way above Antenna's tool, and you can see the actual XSL-FO that is being edited. This is important because you can use Ecrion's Designer with all XSL-FO formatters including FOP. Other vendors are trying to achieve a vendor lock-in to their own FO formatter.

Antennahouse is another major XSL-FO implementation:

Late entry, but to complete: I'm using XML2PDF Workstation from www.alt-soft.com - it's fast, cheap and does the job, even SVG and Bookmarks.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top