opensagres / xdocreport

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
https://github.com/opensagres/xdocreport
1.21k stars 371 forks source link

Image in base64 #130

Open maperez13 opened 8 years ago

maperez13 commented 8 years ago

Hi,

I have a problem when appear the image element in base64, for example:

<img align="left" alt="" height="275" name="gráficos2" src="data:image/png;base64,iVBORw0KGgoAAAA................" width="501" />

Is possible include this in xdocreport?

Best regards.

angelozerr commented 8 years ago

No time to support it, any contribution are welcome!