OK, I’ve a few utilities that can convert RTF to HTML (including Word+Dreamweaver and various freeware). I’d just like to know if anyone has a favorite that can:
- Keep simple formatting. Italics, centering, and preferably indents.
- Not require much tidying up afterwards.
- Convert paragraphs to paragraphs tags, in some way converting an extra blank line to SOMETHING.
- If all but two of the paragraphs are the same, not have a paragraph and a span tag for each, each with lots of formatting in. At most have a style applied to all.
The reason being, I’d like to edit the thing afterwards if I have to. Am I being overoptimistic? Are my requests unreasonable? Does, for instance, word do this but I’m using it wrong?
Any suggestions?