Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,445 for

document management

(0.07 sec)
  1. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...{ // Initialize the export manager with the root metadata package...

    docs.groupdocs.com/metadata/java/exporting-meta...
  2. Convert PPTX to DOCX using Node.js

    Learn how to convert PPTX to DOCX using Node.js with a step-by-step guide. Easily export PPTX to DOCX in Node.js with simple code and powerful conversion features....requirement in enterprise and document-driven applications where...repurpose into editable Word documents for reporting, collaboration...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  3. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....a storage location where documents will be indexed for streamlined...example, in a document repository, facets like document type, creation...

    kb.groupdocs.com/search/java/perform-faceted-se...
  4. Perform Wildcard Search using C#

    Learn how to perform wildcard search using C#. Explore wildcard search in C# with single character and group wildcards for efficient and flexible search queries....like text indexing, document management, and database querying...search library designed for managing and searching indexed text...

    kb.groupdocs.com/search/net/perform-wildcard-se...
  5. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your Document processing workflows.... Effectively managing these links is essential for...validation, content analysis, or document conversion, this approach...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF metadata section. Working with IPTC metadata GroupDocs.Metadata for .NET is also able to work with IPTC metadata in TIFF images....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....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...
  8. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated Document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....files into high-quality PDF documents while preserving tabular data...automation scripts, integrating document conversion into your backend...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  9. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....sensitive information from documents to prevent unauthorized access...particularly vital in legal documents, financial reports, and confidential...

    kb.groupdocs.com/redaction/net/redact-text-in-x...