Convert DCM to WMZ in C#
Native and high performance DCM to WMZ conversion using server side GroupDocs.Conversion for .NET APIs, without the use of any software like Microsoft or Open Office.
Download Free Trial
GroupDocs.Conversionfor .NET
About GroupDocs.Conversion for .NET API
GroupDocs.Conversion API can be used to convert Microsoft Word, Excel, PowerPoint, PDF, Visio and various other formats. GroupDocs.Conversion is a standalone API that is suitable for server side and backend systems where high performance is required. It does not depend on any software like Microsoft or Open Office.
Steps to Convert DCM to WMZ in C#
GroupDocs.Conversion makes it easy for developers to convert the DCM file to WMZ using a few lines of code.
- Create an instance of Converter class and load the DCM file with full path
- Create & set ConvertOptions for the wmz type
- Call Converter.Convert method and pass the full path and format (WMZ) as parameter
System Requirements
A basic conversion with GroupDocs.Conversion for .NET APIs can be done by implementing a few easy steps. Our APIs are supported on all major platforms and operating systems. Before executing the code below, please make sure that 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 version of GroupDocs.Conversion for .NET downloaded from Nuget
C# code snippet to convert DCM to WMZ
// load the DCM file
var converter = new GroupDocs.Conversion.Converter("template.dcm");
// set the convert options for WMZ format
var convertOptions = converter.GetPossibleConversions()["wmz"].ConvertOptions;
// convert to WMZ format
converter.Convert("output.wmz", convertOptions);
DCM to WMZ Live Demos
Convert DCM to WMZ right now by visiting GroupDocs.Conversion Live Demos website.
The live demo has the following benefits
DCM About DCM File Format
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images. It was developed by the National Electrical Manufacturers Association (NEMA) and was meant to standardize the imaging file format for distribution and viewing of medical images. It is similar to DICOM file format and can include patient’s information for reference.
Read MoreWMZ About WMZ File Format
A file with .wmz extension is a compressed version of WMF and is used to store metafiles. It is an intermediate level file generated by older versions of Microsoft Office applications and is not very popularly used. WMZ files are generated while saving documents to HTML format. These may also be generated while emailing documents that contain embedded clip art, equations, etc. Applications that can open WMZ files include (but not limited to) Corel Winzip and Apple Archive Utility.
Read MoreOther Supported Conversions
You can also convert DCM into many other file formats. Please see the complete list below.