SharpDocx
SharpDocx copied to clipboard
Added emf/wmf image support
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
Thank you for the PR, I'll have a look at it.
I added another pull request based on the current development stage