Hi, Has anyone experience or had problems implementing a JNI wrapper for apache FOP?
Bonus points: Any other options for processing xsl-fo from C++?
|
1
|
|
|
|
|
|
well, the obious way is to
|
||
|
|
I would be interested in this answer as well, because I was looking for the same thing a couple years ago, and eventually just used the Java FOP which was not ideal for our case since we were using it from a C++ application. |
||
|
|
|
|
I do that for C# not for C. I generate proxies to wrap fop classes, so it looks like original fop example, but it's not Java. The tool I use is jni4net I created. For you Jace would be good choice I think. |
||
|
|