Export CGM to DIF via Java

Convert CGM file to DIF by using on premise Java API within any Java J2SE, J2EE, J2ME applications

CGM Conversion via C# .NET CGM Conversion via C++ CGM Conversion in Android Apps

 

Aspose.Total for Java is a comprehensive suite of APIs that enables developers to integrate CGM to DIF conversion feature in their Java applications. This suite includes Aspose.PDF for Java and Aspose.Cells for Java, which are two powerful APIs that can be used to render CGM to XLSX and convert XLSX to DIF respectively.

The process of converting CGM to DIF involves two steps. In the first step, Aspose.PDF for Java can be used to render CGM to XLSX. This API provides a wide range of features that enable developers to create, manipulate, and convert PDF documents in their Java applications. It also supports CGM to XLSX conversion, which can be done by using the PdfSaveOptions class. This class provides various options that can be used to control the output of the conversion process.

In the second step, Aspose.Cells for Java can be used to convert XLSX to DIF. This API provides a comprehensive set of features that enable developers to create, manipulate, and convert spreadsheets in their Java applications. It also supports XLSX to DIF conversion, which can be done by using the Workbook class. This class provides various methods that can be used to control the output of the conversion process.

By using Aspose.Total for Java, developers can easily integrate CGM to DIF conversion feature in their Java applications. This suite provides powerful APIs that enable developers to render CGM to XLSX and convert XLSX to DIF in two-step process. It also provides various options and methods that can be used to control the output of the conversion process.

Convert CGM File to DIF via Java

  1. Open CGM file using Document class
  2. Convert CGM to XLSX by using save method
  3. Load XLSX document by using Workbook class
  4. Save the document to DIF format using save method

Conversion Requirements

You can easily use Aspose.Total for Java directly from a Maven based project and include Aspose.PDF for Java and Aspose.Cells for Java in your pom.xml.

// supports PDF, CGM, EPUB, TeX, PCL, PS, SVG, XPS, MD, MHTML, XML, and XSLFO file format
// load PDF with an instance of Document
Document document = new Document("template.pdf");
// save document in XLSX format
document.save("XlsxOutput.xlsx", SaveFormat.Xlsx);
// load the XLSX file in an instance of Workbook
Workbook book = new Workbook("XlsxOutput.xlsx");
// supports CSV, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, TSV, TXT, ODS, DIF, MD, SXC, and FODS file format
// save XLSX as CSV
book.save("output.csv", SaveFormat.AUTO);

Convert Protected CGM to DIF via Java

If your CGM document is password protected, you cannot convert it to DIF without the password. Using the API, you can first open the protected document using a valid password and convert it after it. In order to open the encrypted file, you can initialize a new instance of the Document class and pass filename and password as arguments.

// supports PDF, CGM, EPUB, TeX, PCL, PS, SVG, XPS, MD, MHTML, XML, and XSLFO file format
// open PDF document
Document doc = new Document("input.pdf", "Your@Password");
// save PDF as XLSX format
document.save("XlsxOutput.xlsx", SaveFormat.Xlsx);
// load the XLSX file in an instance of Workbook
Workbook book = new Workbook("XlsxOutput.xlsx");
// supports CSV, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, TSV, TXT, ODS, DIF, MD, SXC, and FODS file format
// save XLSX as CSV
book.save("output.csv", SaveFormat.AUTO);

Convert CGM File to DIF with Watermark via Java

While converting CGM file to DIF, you can also add watermark to your output DIF file format. In order to add a watermark, create a new Workbook to open the converted XLSX file. Select Worksheet via its index, create a Shape and use its addTextEffect function, set colors, transparency and more. After that you can save your XLSX document as DIF with Watermark.

// supports PDF, CGM, EPUB, TeX, PCL, PS, SVG, XPS, MD, MHTML, XML, and XSLFO file format
// load PDF with an instance of Document
Document document = new Document("template.pdf");
// save document in XLSX format
document.save("XlsxOutput.xlsx", SaveFormat.Xlsx);
// load the XLSX file in an instance of Workbook
Workbook book = new Workbook("XlsxOutput.xlsx");
// get the first default sheet
Worksheet sheet = book.getWorksheets().get(0);
// add Watermark
Shape wordart = sheet.getShapes().addTextEffect(MsoPresetTextEffect.TEXT_EFFECT_1, "CONFIDENTIAL",
"Arial Black", 50, false, true, 18, 8, 1, 1, 130, 800);
// get the fill format of the word art
FillFormat wordArtFormat = wordart.getFill();
// set the color
wordArtFormat.setOneColorGradient(Color.getRed(), 0.2, GradientStyleType.HORIZONTAL, 2);
// set the transparency
wordArtFormat.setTransparency(0.9);
// make the line invisible
LineFormat lineFormat = wordart.getLine();
lineFormat.setWeight(0.0);
// supports CSV, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, TSV, TXT, ODS, DIF, MD, SXC, and FODS file format
// save XLSX as CSV
book.save("output.csv", SaveFormat.AUTO);

Explore CGM Conversion Options with Java

Convert CGM to APNG (Animated Portable Network Graphics)
Convert CGM to DICOM (Digital Imaging and Communications in Medicine)
Convert CGM to DXF (Autodesk Drawing Exchange Format)
Convert CGM to EMZ (Windows Compressed Enhanced Metafile)
Convert CGM to JPEG2000 (J2K Image Format)
Convert CGM to JPEG2000 (J2K Image Format)
Convert CGM to ODP (OpenDocument Presentation Format)
Convert CGM to OTP (OpenDocument Standard Format)
Convert CGM to POT (Microsoft PowerPoint Template Files)
Convert CGM to POTM (Microsoft PowerPoint Template File)
Convert CGM to POTX (Microsoft PowerPoint Template Presentation)
Convert CGM to POWERPOINT (Presentation Files)
Convert CGM to PPS (PowerPoint Slide Show)
Convert CGM to PPSM (Macro-enabled Slide Show)
Convert CGM to PPSX (PowerPoint Slide Show)
Convert CGM to PPT (PowerPoint Presentation)
Convert CGM to PPTM (Macro-enabled Presentation File)
Convert CGM to PSD (Photoshop Document)
Convert CGM to SVGZ (Compressed Scalable Vector Graphics)
Convert CGM to SWF (Shockwave Flash Movie)
Convert CGM to TGA (Truevision Graphics Adapter)
Convert CGM to WMF (Windows Metafile)
Convert CGM to WMZ (Compressed Windows Metafile)
Convert CGM to DOCM (Microsoft Word 2007 Marco File)
Convert CGM to DOT (Microsoft Word Template Files)
Convert CGM to DOTM (Microsoft Word 2007+ Template File)
Convert CGM to DOTX (Microsoft Word Template File)
Convert CGM to FLATOPC (Microsoft Word 2003 WordprocessingML)
Convert CGM to GIF (Graphical Interchange Format)
Convert CGM to MARKDOWN (Lightweight Markup Language)
Convert CGM to ODT (OpenDocument Text File Format)
Convert CGM to OTT (OpenDocument Template)
Convert CGM to PCL (Printer Command Language)
Convert CGM to PS (PostScript File)
Convert CGM to RTF (Rich Text Format)
Convert CGM to WORDML (Microsoft Word 2003 WordprocessingML)
Convert CGM to XAMLFLOW (Microsoft's Power Automate)
Convert CGM to CSV (Comma Seperated Values)