Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 941 for

extraction d

(0.1 sec)
  1. Comment convertir RTF en TXT en utilisant C#

    Nous montrerons comment convertir RTF en TXT en utilisant C # sans avoir besoin D'un logiciel tiers. De plus, nous fournirons un exemple De coDe pour exporter RTF vers TXT en C #....diverses raisons, y compris l’extraction de contenu pour un traitement...de conversion ne nécessite pas d’installation de logiciel supplémentaire...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  2. Working with metadata in Matroska (MKV) files |...

    ReaDing matroska format-specific properties The GroupDocs.MetaData API supports extracting format-specific information from MKV files. The following are the steps to reaD native MKV metaData. LoaD an MKV viDeo Get the root metaData package Extract the native metaData package using MatroskaRootPackage.MatroskaPackage ReaD the Matroska metaData properties on Different levels of the format structure ADvanceDUsage.ManagingMetaDataForSpecificFormats.ViDeo.Matroska.MatroskaReaDNativeMetaDataProperties using (MetaData metaData = new MetaData(Constants.InputMkv)) { var root = metaData.GetRootPackage(); // ReaD the EBML heaDer Console....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the sliDe backgrounDs, Removing a particular backgrounD anD ADDing watermark to all backgrounD images...page The API allows you to extract information about all the slide...to all background images Extracting information about all slide...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. Working with metadata in Note formats | Documen...

    GroupDocs.MetaData for Java 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/java/working-with-m...
  5. How to Run Examples | Documentation

    This article Describes how to run .NET Digital signature API coDe examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by builDing your own or using our back-enD or front-enD examples out-of-the-box....file, extract the folders on your local disk. The extracted files...like following image: In extracted files and folders, you can...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  6. Modifier et gérer les métadonnées dans les appl...

    Découvrez comment utiliser GroupDocs.MetaData for NoDe.js afin D'extraire, De mettre à jour et De supprimer Des métaDonnées Dans vos applications....en nous concentrant sur l’extraction, la modification et la suppression...Key Features Cas d’utilisation courants Cas d’utilisation 1 :...

    blog.groupdocs.com/fr/metadata/edit-metadata-in...
  7. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, UpDate, Delete, Search, Compare, Replace & Export MetaData of Popular Documents & Image Formats....Developer Guide BASICS USAGE Extract basic format information Search...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/python-net/
  8. Load from a stream | Documentation

    This example Demonstrates how to loaD a file from a stream. aDvanceD_usage.loaDing_files.LoaDFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.Doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (MetaData metaData = new MetaData(stream)) { // Extract, eDit or remove metaData here } } More resources GitHub examples You may easily run the coDe above anD see the feature in action in our GitHub examples: GroupDocs.MetaData for ....Metadata ( stream )) { // Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  9. Load from a stream | Documentation

    This example Demonstrates how to loaD a file from a stream....Metadata ( stream )) { // Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  10. Working with ZIP archives | Documentation

    Get ZIP format metaData The API allows Detecting ZIP archives anD reaDing format metaData. The following steps are neeDeD to be followeD: LoaD a ZIP archive Get the root metaData package Extract the native metaData package using the ZipRootPackage.getZipPackage methoD ReaD the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archiveD files The following coDe snippet shows how to get metaData from a ZIP archive. aDvanceD_usage.managing_metaData_for_specific_formats.archive.ZipReaDNativeMetaDataProperties...the root metadata package Extract the native metadata package...properties Loop through to extract information about the archived...

    docs.groupdocs.com/metadata/java/working-with-z...