Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 3,497 for

file format conversion

(0.27 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Conversion Product Solution GroupDocs...Console . WriteLine ( string . Format ( "at {0}: {1}" , result ....

    docs.groupdocs.com/parser/net/migration-notes/
  3. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Conversion Product Family GroupDocs...Open Document Text ( ODT ) format is quite common in business...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  4. Batch Watermarking with Duplicate-Safe Processi...

    Apply text and image watermarks in bulk while ensuring safe re-run execution with GroupDocs.Watermark for .NET....Conversion Product Solution GroupDocs...thousands of documents—PDFs, Word files, presentations, and spreadsheets—on...

    docs.groupdocs.com/watermark/net/batch-watermar...
  5. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....Conversion Product Solution GroupDocs...event handler ); image preview format - PNG / JPG / BMP, signature...

    docs.groupdocs.com/signature/python-net/generat...
  6. Merge files | GroupDocs

    This article explains how to merge Files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using GroupDocs.Merger for Java API....Conversion Product Solution GroupDocs...Developer Guide / Merge files Merge files Leave feedback If you...

    docs.groupdocs.com/merger/java/merge/
  7. Merge files | GroupDocs

    This article explains how to merge Files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using c# programming language and GroupDocs.Merger API....Conversion Product Solution GroupDocs...Developer Guide / Merge files Merge files Leave feedback If you...

    docs.groupdocs.com/merger/net/merge/
  8. Render DOCX as PNG using Python

    Learn how to render DOCX as PNG using Python. This tutorial explains the steps and provides sample code to convert DOCX to PNG in Python for easy sharing....Conversion Product Family GroupDocs...using Python Transforming Word files into PNG images ensures your...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Video / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Conversion Product Solution GroupDocs...required to report consumption. File-license mode works fully offline...

    docs.groupdocs.com/viewer/nodejs-java/running-i...