rtf/html conversion

  • Thread starter Thread starter New World Order Pigs
  • Start date Start date
N

New World Order Pigs

Does anyone know of any EASY way to convert rtf to html and back again???
I'm going nuts looking for an answer to this, but perhaps that's
redundant...

NWOP.
 
You could automate Word and use its SaveAs functionality to do it. (Of course, this is not an ideal solution, but it is easy)

Jackson Davi
-
This posting is provided "AS IS" with no warranties, and confers no right
Samples are subject to the terms specified a
http://www.microsoft.com/info/cpyright.ht
 
Thanks Jackson. There are a number of software solutions that allow for the
manipulation of files with "save as" and I appreciate the response. I was
certainly hoping to avoid that however. I want to do this in memory. I
doubt that can be accomplished with "save as" unless I'm missing something.

NWOP

Jackson Davis said:
You could automate Word and use its SaveAs functionality to do it. (Of
course, this is not an ideal solution, but it is easy).
 
Now that I think of it, I'm surprised that there isn't a way to use the
clipboard in .net to do this. I've been looking at this for a day or so and
haven't been able to get it to work. I note that when you cut and paste
from a web page into word pad that it will translate it-- but of course, I'm
not sure if the clipboard is doing that or whether the word pad program is
doing the translation. If someone with information on this could let me
know I'd be very grateful.

Thanks, NWOP.

Jackson Davis said:
You could automate Word and use its SaveAs functionality to do it. (Of
course, this is not an ideal solution, but it is easy).
 
Back
Top