Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 3,455 for

extraction

(0.07 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....High to store the extracted text efficiently Use the Index...up an index, which stores extracted text from documents. This...

    kb.groupdocs.com/search/net/highlight-search-re...
  3. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors AdvancedUsage...

    docs.groupdocs.com/metadata/net/getting-known-p...
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Convert PDF to PPT using Node.js

    Learn how to convert PDF to PPT using Node.js with a step-by-step guide. Easily export PDF to PPT in Node.js for seamless editing and presentation.... This allows you to extract content from PDF documents...tool, users can seamlessly extract text, images, and formatting...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  7. Java'da JPEG, PNG, TIFF ve WebP Resimlerinin EX...

    Java'da görüntülerin EXIF meta verilerini işleyin. JPG/JPEG, PNG, WebP veya diğer görüntülerin EXIF verilerini Java API kullanarak programlı olarak ayıklayın, güncelleyin, ekleyin veya kaldırın.... // Extract EXIF Data Package Information...getExifPackage() != null) { // Extract EXIF Package ExifPackage exifPackage...

    blog.groupdocs.com/tr/metadata/handle-exif-data...
  8. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features... Ability to save extracted text in index with different...index. Ability to separately extract data from documents and index...

    docs.groupdocs.com/search/net/features-overview/
  9. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....with metadata directly but extracts some useful pieces of information...to do that. a Note document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Comment extraire du texte d'Excel en C#

    Cet article fournit des instructions pas à pas pour extraire du texte d'Excel en C# à l'aide d'appels d'API simples et d'un exemple d'application pour lire du texte à partir d'un fichier Excel à l'aide de C#....implémenté la fonctionnalité C# d’extraction de texte à partir d’Excel...avons publié un article sur l’extraction des métadonnées d’un document...

    kb.groupdocs.com/fr/parser/net/how-to-extract-t...