Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 3,474 for

extraction

(0.09 sec)
  1. Ištraukite tekstą iš DOC naudodami C#

    Šiame straipsnyje parodyta, kaip išgauti tekstą iš DOC naudojant C#. Jame yra kodo pavyzdys, padedantis išgauti tekstą iš DOC C# nenaudojant papildomos programinės įrangos.... Extracting text from DOC files using...documents, or automate tasks, extracting text is a fundamental step...

    kb.groupdocs.com/lt/parser/net/extract-text-fro...
  2. Extraire des données de factures ou de reçus en...

    Extrayez les données de facturation à partir de factures ou de reçus PDF par programmation en Java. L'API d'analyse de documents et d'Extraction de données de GroupDocs prend en charge différents formats.... De même, l’extraction efficace des données de ces...Auparavant, nous avons vu l’extraction des données de facturation...

    blog.groupdocs.com/fr/parser/extract-data-from-...
  3. 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...
  4. Image 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....d’analyse de documents et d’extraction de données. Il prend en charge...analyse de documents et l’ extraction d’images, de texte et de...

    blog.groupdocs.com/fr/tag/image-extractor/
  5. Numériser un code QR à partir de RTF à l'aide d...

    Ce guide explique comment scanner un code QR à partir de RTF à l'aide de C#, avec un exemple de code pour vous aider à extraire efficacement un code QR à partir de RTF en C#, garantissant un processus fluide et transparent....implémentant la méthode d’extraction de code QR à partir de RTF...projet C# pour permettre l’extraction de code QR à partir d’un...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  6. Extraire les métadonnées de MSG à l'aide de C#

    Voyons comment extraire les métadonnées de MSG à l'aide de C#. Nous fournirons également un code C# d'Extraction de métadonnées MSG compatible avec Windows, macOS et Linux....tout au long du processus d’extraction des métadonnées de MSG à...vous fournirons un code C# d’extraction des métadonnées MSG pour...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  7. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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/java/working-with-v...
  9. Comment extraire du texte d'un PDF à l'aide de ...

    Découvrez la méthode efficace pour extraire du texte d'un PDF à l'aide de Java. Nous vous fournirons le code Java pour extraire le texte d'un PDF sans installer d'installation supplémentaire....extractText sur true pour activer l’extraction de texte PDF. Utilisez la...ci-dessous illustre le processus d’extraction de texte d’un fichier PDF...

    kb.groupdocs.com/fr/viewer/java/how-to-extract-...
  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...