Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 11,932 for

format

(0.25 sec)
  1. Convert JPG to PPTX using Java

    This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....PresentationConvertO class and set output format as PPTX Finally, save the output...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  2. How to Convert ODT to MHTML using C#

    Within this subject, you will learn how to convert ODT to MHTML using C# without installing third-party software. You will also get code to export ODT to MHTML in C#....export ODT file to MHTML file format Create an instance of Converter...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....save method DOCX is a file format used for Microsoft Word documents...

    kb.groupdocs.com/redaction/java/remove-metadata...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_Formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library....a file is in human-readable format and represented by sequence...

    docs.groupdocs.com/merger/python-net/merge/txt/
  6. Introducing The New GroupDocs Dashboard and Onl...

    We’re about to launch a new interface for the GroupDocs Dashboard and our online document viewer app. We have overhauled the look and feel of the tools to make them more intuitive to use. At the moment, we’re adding the final touches and making sure that everything works fine. The changes will be live in the next few weeks. Here’s what will change when the new interface goes live: Dashboard interface:...modified; See their size, file format and name; Convert document...

    blog.groupdocs.com/viewer/introducing-new-dashb...
  7. How to Convert PDF to Excel using C#

    We will go over the specifics to convert PDF to Excel using C#. Also, you will learn how to apply these steps to generate Excel from PDF in C#....convert PDF documents to the XLSX format. By following this guide, you...source document to spreadsheet formats such as XLS, XLSM, XLSB, ODS...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert CSV to Excel in Java

    Take a look at the process to convert CSV to Excel in Java along with steps to implement the feature and sample code to generate XLSX from CSV using Java....document transformation to Excel format Create an object of the SpreadsheetConvertOp...to XLSX from a variety of formats, including XLS, XLTM, XML,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Document preview | GroupDocs

    This article shows how to get document preview.... Format ( "page{0}.png" , number ));...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  10. Scatter Chart in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/scatter-chart-...