Hi all,
I have an tlfXML like this:<TextFlow whiteSpaceCollapse="preserve"
version="3.0.0" xmlns="http://ns.adobe.com/textLayout/2008"> <p
textAlign="left" fontSize="12" fontFamily="Arial" color="#333333"> <span>
Dear Madam, Sir, </span> </p> <p textAlign="left" fontSize="12"
fontFamily="Arial" color="#333333"> <img source="logo.png" width="99"
height="48"/> <span/> </p></TextFlow>
Then i import to textflow by TextConverter.importToFlow(tlfXML ,
TextConverter.TEXT_LAYOUT_FORMAT, TextFlow.defaultConfiguration);
But then the image is an empty box. I have the same image in the folder as my
converterHelper.Like the image is not loaded when the text flow is set to the
RichEditableText.
Someone know how we can resolve this?
Thanks in advance.
Miguel