Skip to main content
Participant
July 17, 2009
Question

Problem with Color in TextFilter.HTML_FORMAT

  • July 17, 2009
  • 1 reply
  • 686 views

The Color is after export not correct. This is the HTML-Text after export with this code:

return TextConverter.export(_textFlow, TextConverter.HTML_FORMAT, ConversionType.STRING_TYPE);


<Font face="Verdana" color="#ff0000">  <!-- ok -->
     <span>test</span>
</Font>
<Font face="Verdana" color="#ff">        <!-- "#0000ff" -->
     <span>test</span>
</Font>
<Font face="Verdana" color="#ff00">     <!--"#00ff00"-->
     <span>test</span>
</Font>

Can you help me?

Thanks a lot....

This topic has been closed for replies.

1 reply

Participating Frequently
July 17, 2009

Hi,

This is a bug. Thanks for reporting it.

Abhishek

(Adobe Systems Inc.)