Hi Matt,
The
web browsers don’t support to display of metafile images like EMF and WMF. As a
fallback approach in ASP.NET MVC
server-side, we have converted the metafile images to a PNG images using
System.Drawing.Image library and displayed it. Whereas in ASP.NET Core and
Java, there is no built-in image processing library. Due to framework
limitations, we can’t provide this support in ASP.NET Core and Java platforms.
Once there is any metafile image processing is added to these
platforms, we will add support for preserving metafile images in the Document
editor component.
Regards,
Selvaprakash K