Docx with pictures and wrap text tight #1202
Unanswered
patrickdrapiddata
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
-
Hello i am using npoi version 2.6.2 in my .net 7 application. The main usage is to open a existing docx document, replace specified keywords and then save the modified document as a new docx.
I have a document with one pictures. The layout of the picture is set to wrap text tight. Now i open, modify and save the file with my code. The result can no longer be open with word.
For testing i just open and save the docx.
This is my test document and the result that i get.
Example.docx
Result.docx
Is this a Bug or is there any thing i do wrong?
Beta Was this translation helpful? Give feedback.
All reactions