开发者

Need a XSLFO 1.1 to pdf converter with .NET and Java lib support

开发者 https://www.devze.com 2023-01-24 03:41 出处:网络
I am looking for a good conversion tool which basically transforms my xsl-fo(Extensible Stylesheet Language 开发者_开发知识库Formatting Objects) document (ver XSLFO 1.1) to PDF.

I am looking for a good conversion tool which basically transforms my xsl-fo(Extensible Stylesheet Language 开发者_开发知识库Formatting Objects) document (ver XSLFO 1.1) to PDF.

I cannot use Apache FOP cos it renders most of the objects conforming only till XSLFO 1.0

Also a prerequisite : it should expose libraries to use it from .NET or from Java environment.

There are quite a few formatters i found :

  1. AHFormatter.
  2. AltSoft - XML2PDF
  3. Ibex - XMLPDF

Any good suggestions on this aspect would be truly appreciated.


What about

  • http://www.ecrion.com/Products/XFRenderingServer/Overview.aspx

There is also one named something like nitrox but I cannot recall right now.

When evaluating have a very close look on the memory consumption. That will be the scalability bottleneck.


Thanks a lot for bringing up the point on mem. consumption.

I did tried XFRendering Server. Two strong that made not to go for it.

  1. We want the same as a desktop solution. XFRenderingServer no doubt does my job quiet fast but we want the same in a desktop app.

  2. Expensive. Comes with a whopping price tag.(quiet misleading to what they have quoted on their website)


You can use RenderX XEP as desktop app, by running X4U.bat(in windows) or x4u.jar(in *nix OSs).

Regards

0

精彩评论

暂无评论...
验证码 换一张
取 消