Originally posted by Ulf Dittmer:
No, POI has no provisions for reading RTF. But the basic structure of RTF isn't complicated. If you spend some time with the specification (such as there is) and study a few simple RTF files, you should be able to write code that parses the file contents and extracts the actual text.
thanks! you do help much and i am trying to study about RTF and
java..
hmm.. it is possible?
for example, i want to write an arabic text and save it as .RTF file.
then i want to read the .RTF file as a unicode. without using GUI ( in this case RTF Editor KIT)
I just want to read the arabic character which is in .RTF file.Then i want to manipulate each arabic charater. Hmm..
is it relate about encodings?
how to set to arabic encodings?