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

[Feature] RTF reader ignores tabs [sf#2] #46

Open teambob opened 9 years ago

teambob commented 9 years ago

Reported by andrewpunch on 2004-06-04 00:35 UTC RTF reader ignores tabs from the RTF.

This is the behaviour as designed. The problem is that HTML can use a tab as 9 spaces but not as an indent.

Resolution: use an indent tag of some description to acheive the desired effect. e.g. <div indent=nnnn>Blah blah blah</div>

Created on behalf of John Russell.

teambob commented 9 years ago

Updated by andrewpunch on 2004-09-09 06:09 UTC