Convert OXPS to WMF in C#

OXPS to WMF conversion with a few lines of .NET code


Download Free Trial

About GroupDocs.Conversion for .NET API

GroupDocs.Conversion for .NET can be used to convert Microsoft Word, Excel, PowerPoint, PDF, Visio and other formats. GroupDocs.Conversion is a standalone API that is suitable for back-end and internal systems where high performance is required. It does not depend on any software such as Microsoft or Open Office.

Convert your OXPS files to WMF in .NET easily. You can use just a couple of C# code lines in any platform of your choice like - Windows, Linux, macOS. You can try OXPS to WMF conversion for free and evaluate conversion results quality. Along with simple file conversion scenarios you can try more advanced options for loading source OXPS file and for saving output WMF result.

For example, for the source OXPS file you may use the following load options:

  • auto-detect file format;
  • specify password for protected files (if file format supports it);
  • replace missing fonts to preserve document appearance.

There are also advanced convert options for the WMF file:

  • convert specific document page or page range;
  • add a watermark to the converted WMF file and many more.

Once conversion is completed you can save your WMF file to the local file path or any third-party storage like FTP, Amazon S3, Google Drive, Dropbox etc. Please note - to convert OXPS to WMF there is no need for any additional software installed - like MS Office, Open Office, Adobe Acrobat Reader etc.

Steps to convert OXPS to WMF in C#

GroupDocs.Conversion for .NET makes it easy for developers to convert a OXPS file to WMF with a few lines of code.

  • Create an instance of the Converter class and provide the file OXPS with the full path
  • Create and set ConvertOptions for WMF type.
  • Call the Converter.Convert method and pass the full path and format (WMF) as a parameter

System Requirements

Basic conversion with GroupDocs.Conversion for .NET can be done in just a few simple steps. Our APIs are supported on all major platforms and operating systems. Before executing the code below, make sure you have the following prerequisites installed on your system.

  • Operating systems: Microsoft Windows, Linux, MacOS
  • Development environments: Microsoft Visual Studio, Xamarin, MonoDevelop
  • Frameworks: .NET Framework, .NET Standard, .NET Core, Mono
  • Get the latest GroupDocs.Conversion for .NET from Nuget

// Load source file OXPS for conversion
  var converter = new GroupDocs.Conversion.Converter("input.oxps");
  // Prepare conversion options for target format WMF
  var convertOptions = converter.GetPossibleConversions()["wmf"].ConvertOptions;
  // Convert to WMF format
  converter.Convert("output.wmf", convertOptions);

OXPS to WMF Live Demo

Convert OXPS to WMF now by visiting the GroupDocs.Conversion App website. Online demo has the following advantages

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

Other supported OXPS conversions in C#

You can also convert OXPS to many other file formats. Please see the list below.

Convert OXPS to BMP

(Bitmap Image File)

Convert OXPS to DCM

(DICOM Image)

Convert OXPS to EMF

(Enhanced Metafile Format)

Convert OXPS to EMZ

(Windows Compressed Enhanced Metafile)

Convert OXPS to EPUB

(Open eBook File)

Convert OXPS to GIF

(Graphical Interchange Format)

Convert OXPS to JP2

(JPEG 2000 Core Image)

Convert OXPS to JPEG

(Joint Photographic Expert Group Image)

Convert OXPS to PDF

(Portable Document Format)

Convert OXPS to PNG

(Portable Network Graphic)

Convert OXPS to PSB

(Photoshop Large Document Format)

Convert OXPS to PSD

(Photoshop Document)

Convert OXPS to SVG

(Scalar Vector Graphics)

Convert OXPS to SVGZ

(Compressed Scalable Vector Graphics)

Convert OXPS to TEX

(LaTeX Source Document)

Convert OXPS to TGA

(Truevision Graphics Adapter)

Convert OXPS to TIFF

(Tagged Image File Format)

Convert OXPS to WEBP

(Raster Web Image Format)

Convert OXPS to WMF

(Windows Metafile)

Convert OXPS to WMZ

(Compressed Windows Metafile)

Convert OXPS to XPS

(XML Paper Specifications)

Back to top
 English