-
Notifications
You must be signed in to change notification settings - Fork 374
Description
I'm encountering an issue where dynamic images are not functioning correctly when opening a .docx document in compatibility mode. Despite following the instructions and properly setting up bookmarks, the dynamic image functionality of xdocreport doesn't work as expected. However, when the document is converted and saved in the latest .docx format, the dynamic images work perfectly.
Details:
After examining the source of the .docx files, I've noticed that the most significant difference is the use of the <w:pict> tag in compatibility mode versus the <w:drawing> tag in the standard .docx format. This difference might be related to issue #159, suggesting it may not be a drag & drop issue.
I am using xdocreport version 2.0.1.
Question:
Are there any known limitations or compatibility issues with xdocreport when dealing with .docx files in compatibility mode? Any insights or guidance would be greatly appreciated.