Re: Delphi components to read/write HTML, DOC, RTF

Posted by Rbrrneck on October 31, 2004
In Reply to: Delphi components to read/write HTML, DOC, RTF posted by Georges on October 28, 2004

HTML is basicly just text, so it's no more then string manipulation

For RTF use delphi's wrapper of Microsoft richt text active x control, the TRichEdit component.
DOC is word's propriatery format, so the implementation in a form of a complete component will probably be comercial(not free).
If you want to write your own component take a look at open office's source regarding DOC support


[ DelphiLand FAQ ]