How to export HTML text with embedded images (base64, data uri) using the htmlcomponent?
问题 We have HTML from database, and we would like to create a Word report with this HTML. This HTML comes from users, and may contain only formatted text (bold, italic...), or text + embedded image encoded in base64 way. Example: <b>My photo :</b> <img src="data:image/png;base64,iVBORw0K... " /> We know that with textField , markup="html" , it does not work with img html tags. With Jasper Studio 6.3.1, we tried with <hc:html/> , it works with image on the hard drive, but it won't work with