For docx files with only text, everything works fine.
However, with .docx files that contain images, sometimes it is found that image attachments cannot be generated.
A failed example looks like this:
a snippet from the document.xml inside .docx file:
Thank you for developing the plugin!
For docx files with only text, everything works fine. However, with
.docx
files that contain images, sometimes it is found that image attachments cannot be generated.A failed example looks like this:
a snippet from the
document.xml
inside.docx
file:This image with
descr="一些中文替代描述"
attempts to generate an unamed.png
file and then fails.P.S. If I change the AltText to English in the
.docx
file, everything works normally.