vote up 1 vote down star

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.

flag

3 Answers

vote up 1 vote down check

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.

link|flag
1  
I found this article that comments about a .NET component called nFOp which is a .Net port from the Apache XML Project's FOP Java source. Il be doing some test and see how it does. Thanks Again. URL of article: alainrivas.blogspot.com/2008/10/… – Sherlack Apr 22 at 18:36
Oh...i totally forgot about nFOP...one of the guys i work with used that. – aintnoprophet Apr 22 at 18:59
I found another .NET component called fonet , u can find more info at: fonet.codeplex.com. This seem good component. – Sherlack Apr 23 at 13:30
I test yesterday the nFOP xml-fo component for .net it worked perfectly. Tho i dont like much it depends on some J# .net libraries but it works well. – Sherlack Apr 23 at 13:31
Thanks for the heads up on fonet. – aintnoprophet Apr 23 at 15:02
vote up 0 vote down

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:

  • It doesn't support FO 2.0
  • It can only run on 32-bit servers (because it requires a J# SDK be installed)
  • The image support is not always reliable (doesn't support .gif urls but does as file paths)
  • Some of the padding and margin attributes don't always render

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.

link|flag
vote up 0 vote down

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...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.