Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,581 for

document management

(0.05 sec)
  1. Extract Hyperlinks from PPT using C#

    Learn how to extract hyperlinks from PPT using C#. This guide explains how to read hyperlinks from PPT in C# for efficient content auditing and data processing tasks....or connecting to related documents. Extracting these hyperlinks...significantly enhance your document management, auditing, and content...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  2. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  3. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....storage location where your documents can be indexed for efficient...efficient searching Add documents to the index by using the Index.Add...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  5. Scan QR Code from RTF using C#

    This guide explains how to scan QR Code from RTF using C#, with a code example to help you efficiently extract QR Code from RTF in C#, ensuring a smooth and seamless process....retrieve embedded data from documents becomes essential. When you...experience in handling diverse document formats. Steps to Scan QR...

    kb.groupdocs.com/parser/net/scan-qrcode-from-rt...
  6. Add Image Watermark to DOCX Using C#

    Discover how to add image watermark to DOCX using C# without extra software installation. Also, we'll provide you with code to insert image watermark to DOCX in C#....indicators overlaid onto documents, reinforcing ownership, confidentiality...and professionalism to your documents. In this article, we will...

    kb.groupdocs.com/watermark/net/add-image-waterm...
  7. Extract Text from DOC using Java

    This article explains how to extract text from DOC using Java. It also provides a code example for text extraction from DOC in Java without using extra software....development landscape, managing and processing documents programmatically...for developers involved in document processing applications. Whether...

    kb.groupdocs.com/parser/java/extract-text-from-...
  8. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....options modules necessary for document rendering Open the XLSX file...statement for efficient resource management Create PngViewOptions and...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  9. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...cases, one image, video or document contains more than one metadata...

    docs.groupdocs.com/metadata/java/find-metadata-...
  10. Convert DOCX to TIFF using Python

    Easily convert DOCX to TIFF using Python with clear code examples. Follow this guide to export DOCX to TIFF using Python for high-quality image output....TIFF using Python Converting documents into image formats is a common...especially when working with document management systems or print workflows...

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