Hello, On 11/2/20 7:49 AM, Kimura, Shinichi wrote:
I attach a sample file includes docx file containing a drawing canvas and converted DITA files.
Thank you for doing that.
There are two pictures in the docs file. The first picture is not exported to DITA. The second picture is exported to DITA.
The first picture is a <w:drawing> element containing vector graphics (DrawingML) with, as an alternate form, a <w:pict> element also containing vector graphics (VML), itself containing an image.
The second picture is a <w:drawing> element containing very simple DrawingML itself basically containing an image ("TCGUI.jpg").
As explained here, "10 Limitations and implementation specificities" http://www.xmlmind.com/w2x/_distrib/doc/manual/index.html#limitations, XMLmind Word To XML simply does not support any MS-Word *native* vector graphics. Our product only supports WMF, and to a certain extent EMF.
In order to workaround this limitation for some simple cases, we use "tricks". In the case of your first picture, our trick should have worked, but clearly did not. We need to make our trick "smarter".
In consequence, we'll use your sample DOCX file to improve our product and hopefully, your use case should work in the next version of XMLmind Word To XML.
Regards, -- XMLmind Word To XML Support List w2x-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/w2x-support