标签: image openxml
为什么使用openxmlsdk从docx中提取的wmf格式图像会失真?
我的代码:
Metafile metafile = new Metafile(imgpart.GetStream()); metafile.Save(filename,ImageFormat.Wmf);
原始图像与提取的图像: