SharpDocx icon indicating copy to clipboard operation
SharpDocx copied to clipboard

Added emf/wmf image support

Open stephanscheidl opened this issue 4 years ago • 1 comments

Many thanks for your great work! I am using your code in one of my projects and it worked very well so far. Nevertheless I experienced some problems that I fixed by myself. I hope you are going to add these fixes to your codebase.

Best regards, Stephan

Added emf/wmf image support Fixed error in word file in case many images are being inserted https://github.com/python-openxml/python-docx/issues/455 Write error message in case image can't be found instead of throwing an exception

stephanscheidl avatar Apr 23 '21 11:04 stephanscheidl

Thank you for the PR, I'll have a look at it.

egonl avatar Apr 23 '21 20:04 egonl

I added another pull request based on the current development stage

stephanscheidl avatar Sep 15 '22 14:09 stephanscheidl