|
@@ -564,7 +564,7 @@ namespace OpenXmlPowerTools
|
|
|
|
|
|
return element.Elements().Select(e => ConvertToHtmlTransform(wordDoc, settings, e, false, currentMarginLeft));
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// Ignore element.
|
|
|
return null;
|
|
|
}
|
|
@@ -3080,7 +3080,7 @@ namespace OpenXmlPowerTools
|
|
|
// It actually works, but is not recommended.
|
|
|
private static readonly List<string> ImageContentTypes = new List<string>
|
|
|
{
|
|
|
- "image/png", "image/gif", "image/tiff", "image/jpeg","image/x-wmf"
|
|
|
+ "image/png", "image/gif", "image/tiff", "image/jpeg","image/x-wmf","image/x-emf","application/vnd.openxmlformats-officedocument.oleObject"
|
|
|
};
|
|
|
|
|
|
|