Tech Support > Computers & Technology > Programming > question: Is there any GPL > rtf library or class
question: Is there any GPL > rtf library or class
Posted by zip on December 20th, 2005


i would need rtf (rich text file) library or class to perform some
operations on rtf file...so if you know any library .....

tnx

Posted by zip on December 20th, 2005


for C or C++

sorry for not being exact.....
tnx.

Posted by gswork@mailcity.com on December 21st, 2005



zip wrote:
RTF isnt an ISO or W3C standard but a Microsoft standard. Fortunately
they provide some very detailed documentation. It's been around since
the late 80's and is an early attempt at a markup language essentially.

http://msdn.microsoft.com/library/de...ml/rtfspec.asp

(includes c code)

there's an rtf library here

http://www.codeproject.com/library/rtflib.asp

not sure if it's gpl though

library code from

http://sourceforge.net/search/?words...of_search=soft

might be useful too

I'm not sure what future RTF has when XML and HTML do a fine job and
are already more widely spread. Various tools exist to translate from
RTF though.



Similar Posts