Word encounters errors when adding an image in a table cell #3102
Unanswered
Cristian-Berdila
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to add an image into my table cell, however when I try to open the generated Word document it says that it encountered unknown characters.
If I proceed, Word displays a message saying that it encountered errors and repaired them. It says that the errors are concerning the style and the table properties.
When analyzing the document.xml of my generated document and the one from the repaired document, it seems that the wp:inline has 2 additionat attributes: wp14:anchorId and wp14:editId. Both of them are not present in my original generated document.
The ImageRun is added inside a Paragraph, and I’ve also tried to use base64 with no success.
I’ve also tried to change the image to “floating”, but with the same result.
Has anybody else encountered this issue?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions