Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 930 for

extraction d

(0.04 sec)
  1. Enabling language information | Documentation

    Following this guiDe you will learn how to eDit WorD Document using locale info, apply spell-checkers to a Document content written in Different languages using GroupDocs.EDitor for Java API.... allows to extract and export this language information...language metadata will not be extracted. But when this option is manually...

    docs.groupdocs.com/editor/java/enabling-languag...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.MetaData for .NET 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 FileType property to obtain file format information ADvanceDUsage....of a loaded spreadsheet and extract some additional file format...information. a Spreadsheet document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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...
  4. Groupdocs.Blogs

    GroupDocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... 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/groupdocs.blog/page/30/
  5. 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...
  6. 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...
  7. 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...
  8. 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-...
  9. 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...
  10. How to Run Examples | Documentation

    Learn how to run Java examples which contain many examples of Data reDaction. You can learn reDact in worD, how to reDact information in pDf or images anD many more....file, extract the folders on your local disk. The extracted files...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/redaction/java/how-to-run-ex...