Hi,
I am trying to extract html from rich text content control (Structured Document Tag). I use the following code snippet to extract the information :
std.toString(SaveFormat.HTML)
But the html returned does not contain information about the nested control control (std type like date , plain text).
I want to extract the complete html information in the rich text content control.
We are really struck at this as it impacts multiple use cases.
Thanks