Hi, I am currently working on a project where we convert template documents (odt or ott) to doc and pdf. For the conversion I am using JODConverter which is using the UNO API under the hoods. Though most of it is working really fine there is one problem when converting to doc: The templates contain a lot of conditional text fields that do not get converted correctly in the doc (doesn't even work if I save an odt to doc in OOo).
As I am also parsing the document with odfdom to replace some values I thought there might be some possibility to evaluate the expressions manually, this way I could do a complete replacement of the fields. Does anybody know of a way using the UNO API or an additional Java library that is able to do something like this? Regards Florian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
