Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,833 for

management

(0.03 sec)
  1. 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....repository for storing and managing indexed documents Use the...opportunities for advanced document management. Earlier, we provided an...

    kb.groupdocs.com/search/java/perform-boolean-se...
  2. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....will simplify handling and managing the content within PPTX files...numerous possibilities for managing and automating presentation...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  3. Convert RTF to TXT using Node.js

    Easily convert RTF to TXT using Node.js while preserving content accuracy. Follow this guide to efficiently export RTF to TXT in Node.js with minimal effort....for simplifying document management, improving search functionality...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  4. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/python-net/remove-m...
  5. Scan QR Code from DOCX using C#

    Let’s quickly learn how to scan QR Code from DOCX using C#. Moreover, an example will be provided to extract QR Code from DOCX in C# without using extra software....data automation or document management, this library is reliable...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  6. Scan QR Code from JPG using C#

    Easily discover how to scan QR Code from JPG using C# without need for additional software installations along with code example to extract QR Code from JPG in C#....retail to education and event management. By leveraging Parser library...

    kb.groupdocs.com/parser/net/scan-qrcode-from-jp...
  7. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-zi...
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Developer Guide / Advanced Usage / Managing metadata for specific formats...a CAD file. advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX files efficiently for your projects....handling presentations more manageable. Whether you’re building...processing system or a document management solution, extracting images...

    kb.groupdocs.com/parser/net/extract-images-from...
  10. Convert DOCX to TXT using Python

    Learn how to convert DOCX to TXT using Python with clear steps and sample code. Easily export DOCX to TXT using Python with GroupDocs.Conversion for automation....pipeline or building a document management solution, the ability to...

    kb.groupdocs.com/conversion/python/convert-docx...