Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 3,467 for

extraction

(0.04 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 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...
  3. Barcode Reader using Java | Scan Barcode from I...

    How to scan barcodes using Java within the application. Java example that reads barcode from an image that will help you build an online barcode scanner....useful tool for developers to extract information from various document...spreadsheets. It allows you to extract text, pictures, QR Codes, barcodes...

    blog.groupdocs.com/parser/scan-barcode-using-java/
  4. 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...
  5. Extraire les hyperliens d'un PDF à l'aide de C#

    Apprenez rapidement à extraire des hyperliens d'un PDF à l'aide de C# grâce à un guide étape par étape. Il n'est pas nécessaire d'installer un logiciel supplémentaire pour lire les hyperliens d'un PDF en C#....via NuGet pour permettre l’extraction de liens hypertexte à partir...que l’audit de contenu, l’extraction de données et la conversion...

    kb.groupdocs.com/fr/parser/net/extract-hyperlin...
  6. Extraire du texte à partir de XLS à l'aide de Java

    Cet article explique comment extraire du texte d'un fichier XLS à l'aide de Java. Il contient un exemple de code pour vous aider à extraire du texte d'un fichier XLS en Java sans installer de logiciel supplémentaire....gestion d’informations, l’extraction de texte à partir de fichiers...L’automatisation du processus d’extraction permet non seulement de gagner...

    kb.groupdocs.com/fr/parser/java/extract-text-fr...
  7. Java Text Extractor

    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/tag/java-text-extractor/
  8. 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...
  9. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method 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/java/working-with-m...
  10. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

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