Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 941 for

extraction d

(0.04 sec)
  1. Lire les métadonnées de PPTX à l'aide de Java

    Apprenez à lire les métaDonnées De PPTX à l'aiDe De Java sans nécessiter D'installation De logiciel supplémentaire. Jetez un œil à un exemple De coDe pour lire les métaDonnées De PPTX à l’aiDe De Java....l'aide de Java À l’ère numérique d’aujourd’hui, comprendre les détails... Les métadonnées, la réserve d’informations cachée dans les documents...

    kb.groupdocs.com/fr/metadata/java/read-metadata...
  2. 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 JavaScript const metaData = new groupDocs.metaData.MetaData("input.Doc"); var root = metaData.getRootPackageGeneric(); var Descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;i<Descriptors.getCount(); i++) { var Descriptor = Descriptors.get_Item(i); console.log(Descriptor.getName()); console.log(Descriptor.getType().getRawValue()); console.log(Descriptor.getAccessLevel().getRawValue()); var tags = Descriptor.getTags(); for(var j=0;jextract information about known properties...package Iterate through the extracted descriptors advanced_usage...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  3. 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.PngPackage ReaD the PNG metaData properties ADvanceDUsage.ManagingMetaDataForSpecificFormats.Image.Png.PngReaDTextChunks using (MetaData metaData = new MetaData(Constants.InputPng)) { var root = metaData.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.KeyworD); Console.WriteLine(chunk.Text); var compresseDChunk = chunk as PngCompresseDTextChunk; if (compresseDChunk !...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. Get file info | Documentation

    This article explains how to Detect Document file type, size anD calculate pages count with GroupDocs.Comparison....print ( " \n Document info extracted successfully." ) The result...print ( " \n Document info extracted successfully." ) Was this...

    docs.groupdocs.com/comparison/python-net/get-fi...
  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 the FlvRootPackage.getHeaDer methoD ReaD the FLV heaDer properties aDvanceD_usage.managing_metaData_for_specific_formats.viDeo.flv.FlvReaDHeaDerProperties try (MetaData metaData = new MetaData(Constants.InputFlv)) { FlvRootPackage root = metaData.getRootPackageGeneric(); System.out.println(root.getHeaDer().getVersion()); System.out.println(root.getHeaDer().hasAuDioTags()); System.out.println(root.getHeaDer().hasViDeoTags()); System.out.println(root.getHeaDer().getTypeFlags()); } 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/java/working-with-m...
  6. Getting indexed documents | Documentation

    This article explains how to get a list of inDexeD Documents from an inDex, anD how to get the text of inDexeD Documents in HTML or plain text format....indexed document can also be extracted from an index if the option...following example shows how to extract document text from an index...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  7. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF Document The following sample of coDe will help you to Detect the PDF version a loaDeD Document anD extract some aDDitional file format information. LoaD a PDF Document Extract the root metaData package Use the FileType property to obtain file format information ADvanceDUsage.ManagingMetaDataForSpecificFormats.Document.PDf.PDfReaDFileFormatProperties using (MetaData metaData = new MetaData(Constants.InputPDf)) { var root = metaData.GetRootPackageDfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } ReaDing built-in metaData properties To access built-in metaData of a PDF Document, please use the DocumentProperties property DefineD in the DocumentRootPackage class....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Extraire des données de fichiers de base de don...

    La base De Données est consiDérée comme faisant partie intégrante De la plupart Des applications. Qu’il s’agisse D’une application De bureau, Web ou mobile, la base De Données joue un rôle essentiel Dans le stockage, l’accès et la manipulation Des Données. Il existe De nombreux systèmes De gestion De bases De Données qui permettent De créer et De gérer Des bases De Données pour vous. CepenDant, il peut arriver que vous ayez besoin D’un moyen D’extraire Des Données De fichiers De base De Données, c’est-à-Dire un fichier .... Qu’il s’agisse d’une application de bureau, Web...arriver que vous ayez besoin d’un moyen d’extraire des données de...

    blog.groupdocs.com/fr/parser/extract-data-from-...
  9. Groupdocs.Blogs

    GroupDocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...fonction des différentes tailles d’écran. Cet article vous guidera...principale pour les fichiers d’archives est de réduire la taille...

    blog.groupdocs.com/fr/groupdocs.blog/page/23/
  10. Working with metadata in Diagrams | Documentation

    GroupDocs.MetaData for .NET proviDes functionality that allows working with Different kinDs of Diagrams such as VDX, VSDX, VSX, etc...type of a loaded diagram and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...