Hi there,
does anybody know a good alternative to apache-fop ?
I explain myself: fop is only a partial implementation of xsl:fo and
there is some bugs which are problematic...
So, do you have a good idea to replace it ? Even if it costs some...
Thanks for your answers (and sorry for my English...)
Armel
Ingo R. Homann - 29 Nov 2005 14:07 GMT
Hi,
> Hi there,
>
> does anybody know a good alternative to apache-fop ?
> I explain myself: fop is only a partial implementation of xsl:fo and
> there is some bugs which are problematic...
Depends on what you want to do. If you just want to generate some PDF
from a java-app, I would suggest iText.
Ciao,
Ingo
Armel HERVE - 29 Nov 2005 14:16 GMT
> Hi,
>
[quoted text clipped - 6 lines]
> Depends on what you want to do. If you just want to generate some PDF
> from a java-app, I would suggest iText.
In fact, I have some XML that I want to transform through XSL:FO to
generate pdf files. I am not the author of the xsl style sheet, that's
why I can't use iText
> Ciao,
> Ingo
Ingo R. Homann - 29 Nov 2005 14:35 GMT
Hi,
>>Depends on what you want to do. If you just want to generate some PDF
>>from a java-app, I would suggest iText.
>
> In fact, I have some XML that I want to transform through XSL:FO to
> generate pdf files. I am not the author of the xsl style sheet,...
Ah, OK, then iText is not an option (if you do not want to write an own
XML-iText-transformer ;-)
Sorry, no idea...
Ciao,
Ingo
Chris Smith - 30 Nov 2005 20:01 GMT
> does anybody know a good alternative to apache-fop ?
> I explain myself: fop is only a partial implementation of xsl:fo and
> there is some bugs which are problematic...
>
> So, do you have a good idea to replace it ? Even if it costs some...
I don't know anything from experience, but I will be your obligatory
"Google" responder. A Google search for "xsl-fo implementation pdf"
yields several promising options:
Oracle XML Publisher
Ibex PDF Creator (.NET API, access using JACOB or J/Integra)
AltSoft Xml2LDF (.NET API, access using JACOB or J/Integra)

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Chris Smith - 30 Nov 2005 20:13 GMT
> I don't know anything from experience, but I will be your obligatory
> "Google" responder. A Google search for "xsl-fo implementation pdf"
[quoted text clipped - 3 lines]
> Ibex PDF Creator (.NET API, access using JACOB or J/Integra)
> AltSoft Xml2LDF (.NET API, access using JACOB or J/Integra)
Add RenderX XEP Rendering Engine. It claims to be fully compliant with
XSL-FO version 1.0, and is already in Java to make your life easier.
Licensing appears expensive.

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
Richard Wheeldon - 04 Dec 2005 22:25 GMT
> does anybody know a good alternative to apache-fop ?
> I explain myself: fop is only a partial implementation of xsl:fo and
> there is some bugs which are problematic...
In which version ? 0.20 or 0.90 ? Any bugs in particular? I'm just
curious because I use FOP quite a bit in my current project,
Richard