Search code examples
.netxml-formatting

Searching for a XML-FO Processor


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.


Solution

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