문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top