Hi,
I’m using a DocumentBuilder to create a word document. It has a few tables. In one cell, I am trying to insert the value from a database table. It works when the data is html text only.
For some reason, I get an error when I try with a record that has a base64/png string.
The string is fine as the content correctly displays elsewhere in html view on another page.
The text starts with: <p><img src="data:image/png;base64,iVBOR
Is anyone able to shed some light on why this is not working?
I’m using Aspose version 15.5.0.0
Thanks.