i was very interested to get this working to see if the rtf returned is more consistent, but unfortunately no matter what html I sent to it all I could get was:
{"rtf1"ansi"ansicpg1252"deff0{"fonttbl}
{"colortbl;"red0"green0"blue0;}
{"info}
}
I simply added the dll to the projects bin folder and put the folllowing line in the code:
strRTF = FileConverter.HTML2RTF(strHTML)
where strHTML was a well formed html string, but the same rtf was retruned no matter what the input was.
any ideas?