Hello, I'm making a c# program to replace, kinda of a template file, some tags on a rtf file, this rtf file was created in Word 2007. The problem is that in this file have to replace some entries is a table, I have the table define in the rtf, the header of the table and the first row with some tags to be replaced, the table can have more then one row. I have been searching in the internet on how can I read the table and then just create as my rows as I need and replace it of the rtf. Is there any .Net library, free or commercial that can help me doing what I need. Thanks for the help.