Java RTF Parser

后端 未结 2 1295
感动是毒
感动是毒 2020-12-07 02:43

Does anyone know of a robust RTF parser I can use in Java? I need to extract plain text, including international text. It would also be nice to extract embedded images and

2条回答
  •  遥遥无期
    2020-12-07 03:28

    You may find RTF Parser Kit useful. It provides a stream-based parser which delivers events to you as the document is parsed. There is a simple example text extractor provided which demonstrates how the API can be used.

提交回复
热议问题