java and rtf editing
        Posted  
        
            by Dainius
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dainius
        
        
        
        Published on 2010-03-16T07:16:25Z
        Indexed on 
            2010/05/13
            7:04 UTC
        
        
        Read the original article
        Hit count: 532
        
Hi,
I have rtf file in with I need replace some field values (with word I can do it with mail merge, but I need do this with java). I found iText (2.1.7) source code with can parse rtf files, but I can find hove to manipulate the content of file. Or maybe there is some better solution for editing rtf?
© Stack Overflow or respective owner