View Single Post
  #1  
Old 03-26-2011, 08:50 PM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default Read and display .RTF files

Hello everyone, I am trying to read a .rtf file, does this have to be done using the RTFeditorKit? Can a .rtf file be read line by line like a normal .txt file, as I was planning to read it line by line (as a string) to remove punctuation first by using a regex. I did find some examples on the...
__________________
Java
domain name forum
Reply With Quote