In our project we have rich text format (RTF) report template files with bookmark fields.
what we required is to read that file in background replace templates bookmark fields with DB field values (may be in iteration) and save this report file as .rtf but without using any rich* controls....
basically we are looking for a library or api already doing the same thing ... (since we follow the rule ... NEVER RE-INVENT THE WHEEL)
Any help would be appreciated... either by code example or by guided links on net
thanks in advance
what we required is to read that file in background replace templates bookmark fields with DB field values (may be in iteration) and save this report file as .rtf but without using any rich* controls....
basically we are looking for a library or api already doing the same thing ... (since we follow the rule ... NEVER RE-INVENT THE WHEEL)
Any help would be appreciated... either by code example or by guided links on net
thanks in advance
Comment