Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 3,452 for

extraction

(0.03 sec)
  1. Working with barcodes | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Extract barcodes from document Extract barcodes from...from document page Extract barcodes from document page area Was...

    docs.groupdocs.com/parser/java/working-with-bar...
  2. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Metadata API supports extracting technical audio information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/handling-metada...
  3. Extraire les métadonnées de PPTX à l'aide de C#

    Apprenez rapidement à extraire des métadonnées de PPTX à l'aide de C#. Un exemple de code C# d'Extraction de métadonnées PPTX sera fourni, compatible avec Windows, macOS et Linux.... L’extraction de métadonnées à partir de...En utilisant le code C# d’extraction de métadonnées PPTX , les...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  4. Extraire les hyperliens d'un document à l'aide ...

    Découvrez comment extraire efficacement des hyperliens d'un document DOC en C#. Nous vous fournirons un exemple de code pour lire des hyperliens d'un document DOC en C# pour des tâches telles que l'Extraction de données.... l’analyse de liens et l’extraction de données. Dans ce guide...activer la fonctionnalité d’extraction d’hyperliens Instanciez la...

    kb.groupdocs.com/fr/parser/net/extract-hyperlin...
  5. 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.GetRootPackage(); 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...
  6. 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...
  7. 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...
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....type of a loaded document and extract some additional file format...a WordProcessing document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Extraire des images de PDF, Word, Excel, PPT en...

    Extrayez des images de l'ensemble du document et de pages spécifiques de documents de traitement de texte, de feuilles de calcul Excel, de présentations PPT et de PDF à l'aide de Java.... API Java d’extraction d’images Extraction d’images à partir...API Java d’extraction d’images # Pour l’extraction des images...

    blog.groupdocs.com/fr/parser/extract-images-fro...
  10. Numériser un code-barres à partir d'un PPTX à l...

    Découvrez comment scanner un code-barres à partir de PPTX à l'aide de Java. Pour faciliter l'Extraction efficace et transparente des codes-barres, cet article comprend un exemple d'Extraction de codes-barres à partir de PPTX en Java....plus près les procédures d’ extraction de codes-barres à partir...for Java pour permettre l’extraction de codes-barres à partir...

    kb.groupdocs.com/fr/parser/java/scan-barcode-fr...