Using the Evaluation.RTF that comes with the software and converting it to HTML, the software introduces <span> tags for font control. It strips the font name info, but leaves such things as
<
span style="font-size: 9px; font-family: ">
Is there a fix for this coming in a new release? I really need to get clean html out of the process and am not good enough with regexp to write code to strip the tags.
Thanks,
Kim King