Convert CGM Files to ODS in Java
Empower your Java applications with document conversion features across 135+ popular image and file formats without requiring any additional software.
Download Free Trial
GroupDocs.Conversionfor Java
About GroupDocs.Conversion for Java API
GroupDocs.Conversion for Java is an advanced file formats conversion API to convert between popular images and document formats like Microsoft Office, OpenDocument, PDF, HTML, Email, CAD and many more using a few lines of code. The native API auto-detects the source document formats and offers a plenty of options to customize the converted documents. Along with the document information-extraction feature, it also supports caching conversion result to the local disk by default. However any type of cache storage can be supported by implementing appropriate interfaces – Amazon S3, Dropbox, Google Drive, Windows Azure, Reddis or any other.
Steps for Converting CGM to ODS in Java
GroupDocs.Conversion makes it easy for developers to convert the CGM file to ODS in few lines of code.
- Create a new instance of Converter class and load the CGM file with full path
- Set ConvertOptions for the ODS document type
- Call the convert() method and pass the document name (full path) and format (ODS) as parameter
System Requirements
A basic conversion with GroupDocs.Conversion for Java APIs can be done with just a few lines of code. 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 installled on your system.
- Operating Systems: Microsoft Windows, Linux, MacOS
- Development Environment: NetBeans, Intellij IDEA, Eclipse etc
- Java Runtime Environment: J2SE 6.0 and above
- Get the latest version of GroupDocs.Conversion for Java from Maven
CGM to ODS conversion using Java
// Load the source CGM file to be converted
Converter converter = new Converter("input.cgm");
// Get the convert options ready for the target ODS format
ConvertOptions convertOptions = new FileType().fromExtension("ods").getConvertOptions();
// Convert to ODS format
converter.convert("output.ods", convertOptions);
CGM to ODS Live Demos
Convert CGM to ODS right now by visiting GroupDocs.Conversion Live Demos website.
The live demo has the following benefits
CGM About CGM File Format
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text. CGM uses object-oriented approach and many function provisions for image production. CGM uses these object-oriented characteristics for remolding graphical elements to render an image. A metafile contains necessary information that defines other files. In CGM, a text based source file contains all graphical elements that can be later compiled into a binary file. Basically CGM is a way to facilitate 2D graphical data interchange, independent from any particular platform, or device.
Read MoreODS About ODS File Format
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user. Data is stored inside ODF file into rows and columns. It is XML-based format and is one of the several subtypes in the Open Document Formats (ODF) family. The format is specified as part of the ODF 1.2 specifications published and maintained by OASIS. A number of applications on Windows as well as other operating systems can open ODS files for editing and manipulation including Microsoft Excel, NeoOffice and LibreOffice. ODS files can also be converted into other spreadsheet formats as well like XLS, XLSX and others by different applications.
Read MoreOther Supported Conversions
You can also convert CGM into many other file formats. Please see the complete list below.