Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 3,539 for

extraction

(0.05 sec)
  1. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....contains the information extracted from a file. The following...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-v...
  2. Working with metadata in AVI files | Documentation

    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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Numériser un code QR à partir de RTF à l'aide d...

    Ce guide explique comment scanner un code QR à partir de RTF à l'aide de C#, avec un exemple de code pour vous aider à extraire efficacement un code QR à partir de RTF en C#, garantissant un processus fluide et transparent....implémentant la méthode d’extraction de code QR à partir de RTF...projet C# pour permettre l’extraction de code QR à partir d’un...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  4. Extraire les métadonnées de MSG à l'aide de C#

    Voyons comment extraire les métadonnées de MSG à l'aide de C#. Nous fournirons également un code C# d'Extraction de métadonnées MSG compatible avec Windows, macOS et Linux....tout au long du processus d’extraction des métadonnées de MSG à...vous fournirons un code C# d’extraction des métadonnées MSG pour...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  5. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Nous avons déjà discuté de l’extraction des archives ZIP, du comptage...dans les documents, de l’extraction des images des livres électroniques...

    blog.groupdocs.com/fr/groupdocs.blog/page/13/
  7. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Convertir DOCX en TXT à l'aide de Node.js

    Découvrez comment convertir efficacement des fichiers DOCX en TXT à l'aide de Node.js. Découvrez des méthodes pour exporter des fichiers DOCX vers TXT dans Node.js pour une Extraction de texte simplifiée....traitement de texte, de l’extraction de données et de la gestion...documents automatisés où l’extraction de données textuelles est...

    kb.groupdocs.com/fr/conversion/nodejs/convert-d...
  9. Numériser un code-barres à partir d'un PPT à l'...

    Ce guide fournit un aperçu détaillé de la façon de numériser un code-barres à partir d'un PPT à l'aide de C#. De plus, vous obtiendrez un exemple de code pour extraire un code-barres d'un PPT en C#....en détail le processus d’ extraction d’un code-barres à partir...composants clés impliqués dans l’extraction de codes-barres à partir...

    kb.groupdocs.com/fr/parser/net/scan-barcode-fro...
  10. Izdvojite tekst iz DOC-a pomoću Jave

    Ovaj članak objašnjava kako izdvojiti tekst iz DOC-a pomoću Jave. Također pruža primjer koda za izdvajanje teksta iz DOC-a u Javi bez korištenja dodatnog softvera.... Extracting text from DOC files using...documents, or automating tasks, extracting text is a key step in many...

    kb.groupdocs.com/hr/parser/java/extract-text-fr...