Skip to main content
July 22, 2009
Question

Does TLF allows getting htmlText for the edited content ?

  • July 22, 2009
  • 1 reply
  • 631 views

Hi!

First of all... congrats for such a nice work

As the title says... can we get the htmlText of the edited text ?

Thanks!

----------------

Adrian

This topic has been closed for replies.

1 reply

Adobe Employee
July 22, 2009

A TextFlow can be converted to HTML using the TextConverter.

TextConverter.export(textFlow,TextConverter.HTML_FORMAT,ConversionType.STRING_TYPE)

Richard