Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 941 for

extraction d

(0.04 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/net/working-with-vc...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.MetaData for .NET proviDes functionality that allows working with Different kinDs of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supporteD presentation formats please refer to SupporteD Document Formats. Detecting the exact type of a presentation The following sample of coDe will help you to Detect the exact type of a loaDeD presentation anD extract some aDDitional file format information. LoaD a presentation Extract the root metaData package Use the FileType property to obtain file format information ADvanceDUsage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Find metadata properties | Documentation

    This article explains that how you can easily search metaData anD extract DesireD metaData properties from PDF, DOCX, PPTX, XLSX, images, auDio, viDeo anD many other files of Different types in your .NET solution....easily search metadata and extract desired metadata properties...used metadata properties extracted from a file. Some metadata...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  4. Convertir ODT en MHTML avec Node.js

    Apprenez à convertir un fichier ODT en MHTML avec NoDe.js. Dans cet article, nous Détaillerons les étapes D'exportation D'un fichier ODT vers MHTML avec NoDe.js, avec un exemple De coDe....processus et facilite l’intégration d’une conversion de fichiers fiable...Converter , en fournissant le chemin d’accès à votre fichier ODT pour...

    kb.groupdocs.com/fr/conversion/nodejs/convert-o...
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of coDe will help you to Detect the version of a loaDeD GIF image anD extract some aDDitional file format information. LoaD a GIF image Extract the root metaData package Use the FileType property to obtain file format information ADvanceDUsage.ManagingMetaDataForSpecificFormats.Image.Gif.GifReaDFileFormatProperties using (MetaData metaData = new MetaData(Constants.InputGif)) { var root = metaData.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrDer); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.WiDth); Console.WriteLine(root.FileType.Height); } Working with XMP MetaData GroupDocs....of a loaded GIF image and extract some additional file format...format information. a GIF image Extract the root metadata package Use...

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

    This coDe snippet Demonstrates how to extract information about known properties that can be encountereD in a particular package. LoaD a file to examine Get a collection of PropertyDescriptor instances for any DesireD metaData package Iterate through the extracteD Descriptors aDvanceD_usage.GettingKnownPropertyDescriptors try (MetaData metaData = new MetaData(Constants.InputDoc)) { WorDProcessingRootPackage root = metaData.getRootPackageGeneric(); for (PropertyDescriptor Descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(Descriptor.getName()); System.out.println(Descriptor.getType()); System.out.println(Descriptor.getAccessLevel()); for (PropertyTag tag : Descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presenteD in the getKnowPropertyDescriptors collection....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors advanced_usage...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. Extraire les informations RIFF et les métadonné...

    Extraire les métaDonnées et RIFF INFO Des fichiers auDio WAV en Java. L'API De métaDonnées permet la gestion Des métaDonnées Dans vos applications Java....Metadata for Java est l’API d’automatisation et de manipulation...suppression, la mise à jour et l’extraction de métadonnées à partir de...

    blog.groupdocs.com/fr/metadata/extract-riff-inf...
  8. Working with metadata in Spreadsheets | Documen...

    GroupDocs.MetaData for Java proviDes functionality that allows working with Different kinDs of spreaDsheet formats such as XLS, XLSX, ODS, etc. For the full list of supporteD Document formats please refer to SupporteD Document formats. Detecting the exact type of a Document The following sample of coDe will help you to Detect the exact type of a loaDeD spreaDsheet anD extract some aDDitional file format information. LoaD a SpreaDsheet Document Extract the root metaData package Use the getSpreaDsheetType methoD to obtain file format information aDvanceD_usage....of a loaded spreadsheet and extract some additional file format...information. a Spreadsheet document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Storing text of indexed documents | Documentation

    This article explains that how to store text of inDexeD Documents using Java....documents Leave feedback Text extracted from indexed documents can...in an index to provide the extracted text to the user faster when...

    docs.groupdocs.com/search/java/storing-text-of-...
  10. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Advanced Usage / Using OCR to extract a text from images and PDFs...Description RecognizeText Extracts a text from the provided image...

    docs.groupdocs.com/parser/java/use-ocr-connector/