Вопрос

I am trying to read RTF file using Java and I have found Swing's RTFEditorkit.is there any other jar files available to read rtf files. Am not satisfied with this answer.

Это было полезно?

Решение 2

What kind of information do you want to extract? RTF is a really simple format, you should be able to get most information without using a real parser but regular expressions.

Другие советы

You can try the kit as alternative for default one. It supports images and text as well.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top