teambob / docfrac

DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
GNU General Public License v2.0
13 stars 6 forks source link

[Bug] StringConvert() misses \line code [sf#19] #19

Open teambob opened 9 years ago

teambob commented 9 years ago

Reported by loudgamer on 2007-12-24 23:16 UTC While using the COM component, version 3.1.1, DocFracLib.StringConvert() ignores the \line RTF code in the RTF I'm passing in (taken from the .net RichTextBox, .net framework 2.0). All other RTF is parsed beautifully. Oddly enough, when I tried replacing "\line" with "<br>" manually, and then running it through the converter, the library removed the <br> tag, so apparently I can't work around the issue. Just FYI.