How do I generate RTF from Java?

前端 未结 5 1308
小鲜肉
小鲜肉 2021-02-06 03:11

I work on a web-based tool where we offer customized prints.

Currently we build an XML structure with Java, feed it to the XMLmind XSL-FO Converter along with customized

5条回答
  •  無奈伤痛
    2021-02-06 04:01

    Have you had a look at the iText library? It's touted primarily as a PDF generator, though it can also generate RTF. I haven't had cause to use it personally, but the general feeling I get is that it's good, and the interface looks comprehensive and easy to work to in the abstract. Whether it would fit in well with your existing data model is another question.

提交回复
热议问题