Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 3,778 for

extraction

(0.07 sec)
  1. Numériser un code QR à partir d'un DOCX à l'aid...

    Apprenons rapidement à scanner un code QR à partir d'un DOCX à l'aide de C#. De plus, un exemple sera fourni pour extraire un code QR à partir d'un DOCX en C# sans utiliser de logiciel supplémentaire....robuste pour l’analyse et l’extraction de données à partir de plusieurs...fonctionnalités qui simplifient l’extraction de codes-barres, y compris...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  2. Working with metadata in PDF documents | GroupDocs

    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...
  3. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Nous avons déjà discuté de l’extraction des archives ZIP, du comptage...dans les documents, de l’extraction des images des livres électroniques...

    blog.groupdocs.com/fr/categories/groupdocs.pars...
  4. EPUB Documents Now Fully Supported in GroupDocs...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET 17.03 API. This release comes up with five new features. GroupDocs.Text has extended the Media type detector class and the API is now able to detect ZIP containers and EPUB documents. Not only this, the latest release has improved the handling for EPUB documents and allows its users to extract text and highlights beside adding the functionality to search for some text in an EPUB document....documents and allows its users to extract text and highlights beside...ZIP containers Ability to extract metadata from EPUB documents...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....development, the ability to extract and manipulate metadata from...GroupDocs.Metadata for .NET for extracting metadata from XLSX files...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......ODG to PDF using C# How to Extract Metadata from Word Document...to Extract Images from PowerPoint in Java How to Extract Images...

    kb.groupdocs.com/categories/page/37/
  7. Numériser un code-barres à partir de DOCX à l'a...

    Ce guide explique comment numériser un code-barres à partir d'un DOCX à l'aide de C#, avec un exemple de code pour vous aider à extraire un code-barres à partir d'un DOCX en C# de manière efficace et transparente....tâches d’automatisation, d’extraction de données ou de flux de...la manière de réaliser l’extraction de codes-barres. La bibliothèque...

    kb.groupdocs.com/fr/parser/net/scan-barcode-fro...
  8. Lire les métadonnées d'un PDF à l'aide de Java

    Apprenez à lire les métadonnées d'un PDF à l'aide de Java sans nécessiter l'installation de logiciels supplémentaires. Plongez dans un exemple de code pour lire les métadonnées d'un PDF à l'aide de Java.... L’extraction de ces métadonnées peut offrir...propriété individuellement L’extraction de métadonnées de fichiers...

    kb.groupdocs.com/fr/metadata/java/read-metadata...
  9. Lire les métadonnées d'un PDF en utilisant C#

    Apprenez à lire les métadonnées d'un PDF à l'aide de C# sans nécessiter l'installation d'un logiciel supplémentaire. Plongez dans un exemple de code montrant comment lire les métadonnées d'un PDF à l'aide de C#.... L’extraction de ces métadonnées peut être...propriétés une par une L’extraction de métadonnées de fichiers...

    kb.groupdocs.com/fr/metadata/net/read-metadata-...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java 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 getPresentationType method to obtain file format information advanced_usage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

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