Converting WMF and EMF to Other Image Formats

Converting EMF or WMF to PDF

Using Aspose.Imaging for .NET, developers can convert WMF metafile to PDF format. This topic explains the approach to load existing metafiles and convert it to .Aspose.Imaging for .NET provides the Image class to load WMF files and same can be used to save the image to PDF format. The following code snippet shows you how to convert WMF to PDF.

Converting WMF To Webp

Using Aspose.Imaging for .NET, developers can convert WMF metafile to Webp format. This topic explains the approach to load existing metafiles and convert it to Webp format. Aspose.Imaging for .NET provides the Image class to load WMF files and same can be used to save the image to Webp format. The following code snippet shows you how to convert WMF to Webp.

Converting WMF to PNG

Using Aspose.Imaging for .NET, developers can convert WMF metafile to raster format. This topic explains the approach to load existing metafiles and convert it to raster format. Aspose.Imaging for .NET provides the Image class to load WMF files and same can be used to save the image to PNG format. The following code snippet shows you how convert WMF To Raster Format.

Converting WMF MetaFile To SVG

Using Aspose.Imaging for .NET, developers can convert WMF to SVG format. This topic explains in detail how to convert WMF to SVG format. Aspose.Imaging for .NET provides the SvgOptions class to create SVG format image. The following code snippet shows you how to convert WMF To SVG format.

Converting EMF to WMF Format

Using Aspose.Imaging for .NET, developers can convert EMF to WMF format. This topic explains in detail how to convert WMF to WMF format. The following code snippet shows you how to convert WMF To SVG format.

Cropping WMF file while converting to PNG

Aspose.Imaging for .NET provides the Image class to load WMF files and same can be used to crop and save the image to PNG format.

Below provided sample code demonstrate how to crop the WMF file while converting it to PNG.

Support For saving EMF and EMF+ format to File

Using Aspose.Imaging for .NET, developers can save EMF and EMF plus format to file. This topic explains in detail how to save emf graphics files. The code snippet has been provided below.