what are the leading XSL-FO implementations? How do I decide among them?

断了今生、忘了曾经 提交于 2019-12-18 16:10:32

问题


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:

  • renderX

  • ecrion

  • Antenna House

  • Apache FOP

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.


回答1:


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.




回答2:


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.




回答3:


Antennahouse is another major XSL-FO implementation:




回答4:


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.



来源:https://stackoverflow.com/questions/1455443/what-are-the-leading-xsl-fo-implementations-how-do-i-decide-among-them

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!