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

format

(0.05 sec)
  1. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other Formats with couple C# code lines and GroupDocs.Merger for .NET....these are Presentation file formats that store collection of records...saved/converted into other file formats as well such as PDF, BMP, PNG...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  2. 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...
  3. Search in DOTM Online

    Free online document search. Secure and easy to use full text online search in DOTM....many more file and document formats (see ). All files are processed...similar to the popular DOCX file format other than it retains the user...

    products.groupdocs.app/search/dotm
  4. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Managing metadata for specific formats / Audio / Handling metadata...managing_metadata_for_specific_formats. audio.wav.WavReadNativeMetadat...

    docs.groupdocs.com/metadata/java/handling-metad...
  5. 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...
  6. 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-...
  7. 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...
  8. Add Watermark to DOCM Online

    Insert watermark in DOCM. Apply text or image watermarks with various settings. Protect and mark your DOCM with our tool....It is similar to DOCX file format but the ability to run macros...Watermark App supported file formats You can also add watermark...

    products.groupdocs.app/watermark/docm
  9. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....to handle various document formats, including XLSX. After integrating...complexities of the XLSX file format, enabling you to extract images...

    kb.groupdocs.com/parser/net/extract-images-from...
  10. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....watermark with particular text formatting GroupDocs.Watermark also...watermarks with a particular text formatting. advanced_usage.searchin...

    docs.groupdocs.com/watermark/java/removing-foun...