Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 4,162 for

extraction

(0.62 sec)
  1. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....// Enabling the storage of extracted text in the index // Creating...// Enabling the storage of extracted text in the index // Creating...

    docs.groupdocs.com/search/java/highlighting-sea...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Convertir EML en JPG en utilisant C#

    Découvrez le processus simple de conversion d'EML en JPG à l'aide de C#. De plus, nous vous fournirons un exemple de code pour exporter EML vers JPG en utilisant C#....divers scénarios, tels que l’extraction d’images intégrées dans des...

    kb.groupdocs.com/fr/conversion/net/convert-eml-...
  5. Rendre le PDF au format JPG en utilisant Java

    Découvrez une approche efficace pour restituer des PDF au format JPG à l'aide de Java. De plus, découvrez les instructions détaillées étape par étape et le code Java pour le rendu de PDF en JPG.... nous avons discuté de l’extraction de texte à partir de PDF...

    kb.groupdocs.com/fr/viewer/java/render-pdf-as-j...
  6. Comment extraire du texte d'un fichier Markdown...

    Ce didacticiel décrit la procédure étape par étape pour extraire du texte d'un fichier Markdown en langage C# et comment utiliser le flux de travail pour obtenir du texte à partir de Markdown à l'aide de C#....avons publié un article sur l’extraction de texte à partir d’Excel...

    kb.groupdocs.com/fr/parser/net/how-to-extract-t...
  7. Convertir un PDF en TXT à l'aide de Node.js

    Apprenons comment convertir un PDF en TXT à l'aide de Node.js. Exportez des PDF vers TXT dans Node.js avec des méthodes d'analyse personnalisées, en gérant les flux et les tampons pour une Extraction de texte précise....l’indexation de recherche, l’extraction de données et le traitement...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  8. Getting document text in network | GroupDocs

    This page contains information about getting document text in the search network....Leave feedback To obtain the extracted text of indexed documents...

    docs.groupdocs.com/search/java/getting-document...
  9. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...and iterates through them to extract and display coordinate information...

    docs.groupdocs.com/comparison/nodejs-java/get-c...
  10. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....interpreters to metadata properties extracted from various formats. See...

    docs.groupdocs.com/metadata/python-net/working-...