Page 1 of 1

html to rtf and doc to rtf converters

PostPosted: June 6th, 2006, 6:53 am
by N.Y.P.D.
How to write [.html to .rtf] and [.doc to .rtf] converters in Delphi. Or from where can I download free code in Delphi of these two converters.

Re: html to rtf and doc to rtf converters

PostPosted: June 6th, 2006, 9:22 am
by kokkoras
N.Y.P.D. wrote:How to write [.html to .rtf] and [.doc to .rtf] converters in Delphi. Or from where can I download free code in Delphi of these two converters.


[.html to .rtf]: paste the code into a TMeno and use the save method (I think TMeno saves as RTF).

[.doc to .rtf]: Have you tried to use OLE automation? Check the components in the Servers palete of the Delphi IDE.