Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,832 for

management

(0.05 sec)
  1. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Developer Guide / Advanced Usage / Managing metadata for specific formats...the document advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in AVI files...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....developing applications that manage sensitive information and require...reliable and compliant data management environment, which is imperative...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  4. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....the efficiency of your data management tasks. This article will...applications, making it easier to manage and analyze your spreadsheet...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  5. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output....evolving landscape of document management, the ability to convert DOCX...notable value to developers managing content pipelines. By leveraging...

    kb.groupdocs.com/conversion/python/convert-docx...
  6. Add Text Watermark to RTF using Java

    Let's learn how to add text watermark to RTF using Java. You'll also get a code showing how to insert text watermark to RTF in Java without using extra softwares....disposal, you can efficiently manage and protect your documents...streamlines your document management workflow but also adds a...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better Management....Results using Java Effectively managing search results and ensuring...applications such as document management systems or real-time search...

    kb.groupdocs.com/search/java/highlight-search-r...
  8. Scan Barcode from RTF using Java

    This guide explains how to scan barcode from RTF using Java. Moreover, you will get an example to ensure a smooth process of how to extract barcode from RTF in Java....from optimizing inventory management systems to automating complex...precision and efficiency in managing data. Leveraging this powerful...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  9. Search with Aliases in Document using Java

    Efficiently search with aliases in document using Java. Learn techniques to enhance document search with aliases in Java for better results and performance....accuracy and ease of query management, making it an invaluable...phrases to shorter, more manageable identifiers. To get started...

    kb.groupdocs.com/search/java/search-with-aliase...
  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....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...