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

extraction

(0.05 sec)
  1. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....Parser allows extracting text areas from the pages...abstract class provides API to extract text areas from document pages...

    blog.groupdocs.com/parser/text-analysis-api-for...
  2. Extraire les métadonnées d'EPUB à l'aide de C#

    Dans cet article, nous détaillerons les étapes nécessaires à l'Extraction des métadonnées d'EPUB à l'aide de C#. Un exemple de code C# d'Extraction des métadonnées EPUB sera également fourni....nous fournirons le code C# d’extraction des métadonnées EPUB pour...standardisant le processus d’extraction des métadonnées, cette solution...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  3. Numériser un code-barres à partir de PPTX à l'a...

    Ce guide explique comment numériser un code-barres à partir de PPTX à l'aide de C#, avec un exemple de code pour vous aider à extraire un code-barres à partir de PPTX en C# de manière efficace et transparente....éléments utilisés dans l’extraction de codes-barres à partir...approche fluide et efficace de l’extraction des codes-barres, aidant...

    kb.groupdocs.com/fr/parser/net/scan-barcode-fro...
  4. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....document pages positions, extract specific pages from document...Split text file Swap pages Extract pages Change page orientation...

    docs.groupdocs.com/merger/net/single-document-o...
  5. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....had published an article on extracting annotations from PDF documents...documents in Java, see how to Extract Annotations from PDF in Java...

    kb.groupdocs.com/annotation/java/how-to-add-pol...
  6. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....of a loaded GIF image and extract some additional file format...format information. a GIF image Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors advanced_usage...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....password-protected documents Extracting information about hidden...properties in various formats, extracting technical information from...

    docs.groupdocs.com/metadata/net/features-overview/
  9. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....file, extract the folders on your local disk. The extracted files...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  10. Comment extraire des annotations d'un PDF en Java

    Extrayez facilement des annotations de PDF en Java en utilisant l'une des bibliothèques d'annotations populaires et apprenez à écrire du code pour extraire des annotations en Java....développer la fonctionnalité d’extraction d’ annotations en Java ....nécessaires pour effectuer l’extraction d’annotations. À l’étape...

    kb.groupdocs.com/fr/annotation/java/how-to-extr...