Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 11,082 for

format

(0.06 sec)
  1. Working with metadata in PNG images | Documenta...

    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...
  2. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples to edit spreadsheets using spreadsheet and document editing Java API....widely in-use spreadsheet file formats. We normally maintain various...OpenOffice Calc which support these formats. Therefore, as a developer...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  3. 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...
  4. 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-...
  5. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....comments from ODP document format Bug Fixes # Following issues...is shifted and incorrect formatting when rendering PPTX as HTML...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  6. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the document where you want to add the table. Press “Insert” tab to insert the table....in Word Processing Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODT...

    docs.groupdocs.com/assembly/java/in-table-maste...
  7. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....OpenOffice, offer a flexible format that accommodates a broad array...of features including text formatting, images, and styles. However...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  8. Merge TEX | Documentation

    Learn how to merge TEX files, combine TEX files into one file programmatically in java language using GroupDocs.Merger for Java library....tex" ); About TEX File Format TeX is a language that consists...performs an outstanding job of formatting complex mathematical expressions...

    docs.groupdocs.com/merger/java/merge/tex/
  9. How to Render DOCX as HTML using Java

    Discover how to convert DOCX to HTML in Java without the need for additional software installations. We'll also supply the code to generate HTML with embedded resources from a DOCX file using Java....documents ( DOCX ) into HTML format. Knowing how to convert Word...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  10. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple API calls and how to create code for the C# PPT to HTML converter application....disk for transforming to HTML format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...