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.19k stars 369 forks source link

When converting docx to html, charts and shapes are ignored. #625

Open gomdori123 opened 9 months ago

gomdori123 commented 9 months ago

I tried converting docx to html using xdocreport converter, but charts and shapes are not converted. I would like to express the original docx content (including charts and shapes) in HTML. Is there a solution? I would appreciate it if you could let me know if there is a way to convert charts or shapes in docx to images and display them in HTML.

I used Apache POI + fr.opensagres.xdocreport version poi 5.2.0 converter 2.0.3

code

XWPFDocument doc = new XWPFDocument(fs);
XHTMLConverter.getInstance().convert(doc, out, options);
LuChuangKeJi commented 9 months ago

I have the same problem

yelnyleenew commented 1 month ago

so now did not support ?