XSL-FO Processor for C/C++

安稳与你 提交于 2019-12-10 14:16:37

问题


Does anyone know about the processor for XSL-FO based on C/C++ for Windows XP and for free? My product is based on c++ and I don't want to use Apache's FOP so that I don't have to bundle JVM with my product. I could find commercial ones but I need a free one. Someone can help me with this.


回答1:


Have a look at http://xmlroff.org/ - it's C and available for free.




回答2:


If xmlroof not prove good enough, check this: http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html to see how to invoke FOP from C++ (JVM is quite widespread).



来源:https://stackoverflow.com/questions/2244735/xsl-fo-processor-for-c-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!