Hi
We are looking to use the new version of the web component based text editor which allows the user to embed images within the resulting html text.
For our PDF reports that consume this data, the image is not printing and the output shows a broken or missing image icon. The reports use a HTML Box as the container and its content is set using via RTL, i.e.
htmltext.trim().length()>0?"data:text/html,"+htmltext.urlEncode():""
I can see that the raw data has the image embedded in it and it renders correctly within a TEXTEDIT field on the form.
Is this to be expected?
Thanks
Gary