Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,397 for

document management

(0.05 sec)
  1. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...entries associated with a document when querying for just one...for a document, you might consider indexing the documents in a...

    forum.groupdocs.com/t/is-it-possible-to-get-all...
  2. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...properties extracted from a document, video, image, etc. GroupDocs...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  3. Phrase Search in Documents using C#

    Learn how to perform phrase search in Documents using C#. Discover techniques to search Documents by phrases in C# and streamline your Document search processes....Search in Documents using C# Phrase search in documents using C#...specific phrases within indexed documents. This feature is particularly...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  4. Load document of specific format | Documentation

    This article explains how to load Document of specific format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Loading documents / Of specific format Load document of specific...

    docs.groupdocs.com/watermark/net/load-document-...
  5. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...contains the date/time the document was created OR modified var...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  6. Convert XLSX to MD using Node.js

    Learn how to convert XLSX to MD using Node.js with a smooth and efficient workflow. This guide helps you export XLSX to MD in Node.js with accurate formatting....formats for use in documentation, content management, or version control...Markdown using a powerful document conversion library that integrates...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  7. Convert ODT to RTF using Node.js

    Learn how to convert ODT to RTF using Node.js with a simple script. This guide shows how to export ODT to RTF in Node.js using powerful file conversion library....When working with different document formats, ensuring smooth interoperability...handling, and improved workflow management. This solution is ideal for...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  8. 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 getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Convert PPTX to TXT using Node.js

    Learn how to convert PPTX to TXT using Node.js for efficient Document processing. This guide helps you export PPTX to TXT in Node.js with a step-by-step approach....file and export it as a TXT document To start, we’ll use a Node...for a powerful Java-based document processing library. After...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  10. Perform Boolean Search using Java

    Utilize this article to perform Boolean search using Java. Master full-text search with Boolean operators in Java for accurate and efficient application results....relevant insights from extensive document collections is essential....accurate results from indexed documents. This guide explores how to...

    kb.groupdocs.com/search/java/perform-boolean-se...