Hi, I been trying to find an Free/Open Source XML-FO processor that i could use in .NET applications but i havent had luck finding one. Do anyone know of one that i could use?
Thanks in advance.
Hi, I been trying to find an Free/Open Source XML-FO processor that i could use in .NET applications but i havent had luck finding one. Do anyone know of one that i could use?
Thanks in advance.
You can call apache fop from .net
This guy posted some info on getting it to work.
I'm sure a little more searching and you could get some better/more examples.
You can use nfop which is a .NET port of Apache's fop.
You can find it at http://sourceforge.net/projects/nfop/.
Some of it's limitations are:
As a starter tool it's great. It does the simple formatting that you might expect to be able to do. If you want to do fancy PDf stuff like bookmarks and table of contents, you will probably need to upgrade to professional FO processor.
There is a free XSL-FO processor for .NET called FO.NET.
I'm using it and it works just fine for my needs.
[EDIT] Sorry, just noticed someone else had already made a comment about FO.NET...