Question

Can anyone help to solve this problem.

I can generate pdf files from xml using NFOP, which is a port from the Apache XML Project's FOP Java source to .NET's Visual J#.

But it doesn't work on .NET Framework 4.0.

Does anyone know an alternative solution?

Was it helpful?

Solution

I solved this problem this way:

  1. Created an XSLT which transforms my XML to HTML using .NET XslCompiledTransform Class.
  2. I used the wkhtmltopdf (you can find it here) and my PDF file was ready.

P.S. wkhtmltopdf is a tool that is based on iText libraries.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top