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

document management

(0.05 sec)
  1. Search Different Word Forms using C#

    Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....C# Efficient and accurate document search is crucial in many...applications, from content management systems to information retrieval...

    kb.groupdocs.com/search/net/search-different-wo...
  2. 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...
  3. Perform Homophone Search using C#

    Learn how to perform homophone search using C# for phonetic matching. Discover the C# homophone search algorithm for accurate results without installing extra software....user experience and improved document retrieval. Homophone search...location for indexing your documents efficiently Use the Index...

    kb.groupdocs.com/search/net/perform-homophone-s...
  4. 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-...
  5. GroupDocs.Total for .NET overview | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET Document manipulation APIs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product...is a comprehensive suite of document automation .NET on-premise...

    docs.groupdocs.com/total/net/product-overview/
  6. Extract Text from DOCM using C#

    This article provides a detailed guide on text extraction from DOCM in C#, featuring a sample code example to help you efficiently extract text from DOCM using C#....file format is an advanced document format that includes macros...automating repetitive tasks within documents. For developers, there can...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  7. 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...
  8. 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...
  9. 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 the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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/java/working-with-b...
  10. Barcode Reader using C# | Scan Barcode from Image

    How to scan barcodes using C# within a .NET application. C# example that reads barcode from an image that will help you build an online barcode scanner....processes like inventory management and point-of-sale transactions...extract data from diverse document formats like PDF, Word, Excel...

    blog.groupdocs.com/parser/scan-barcode-using-cs...