Reading Rich Text Format in Java
843836Mar 29 2005 — edited Mar 29 2005Hi, I am having troubles reading in the *.rtf document in Java. I use StreamTokenizer to read it in, but the content that I get is really messy - I get a lot of additional meaningless words (formatting??). Does anyone know how to to simply read in the *.rtf document? All I need to do is to get its content in String format with new lines and paragraphs. Thanks a lot!