XSL + XML -> PDF for C++ or C#



I know several people asked questions like this, but no answer helped to solve my problem.


Well, I have xsl and xml and want to generate pdf with a processor like Apache.FOP. I am not able to use any JAVA programms like that. Just able to use C++ or C# libraries / exe.


I tried to use nFop:



  • Version 1.x uses Java.io and..

  • Version 2.0 doesn't have the ability to set XsltSettings


My current Software uses XSL + XML -> HTML (with msxsl.exe on C++ or the standart Stystm.Xml.Xsl on C#) and uses wktmltopdf to generate PDF. But tables got split when they are too long for the page, and on the next page you don't have any column headers (this is very important for my problem).


No comments:

Post a Comment