Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,995 for

management

(0.18 sec)
  1. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....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-ca...
  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. 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-...
  4. 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...
  5. Extract Images from ODT using C#

    Let’s explore how to extract images from ODT using C#. We will also provide C# code to extract images from ODT that is compatible with Windows, macOS, and Linux....including visual content management. Code to Extract Images from...

    kb.groupdocs.com/parser/net/extract-images-from...
  6. 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...
  7. 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...
  8. Faster first initialization of GroupDocs.Search...

    Hi there, We are not 100% sure whether it’s maybe caused by the license mechanism, but we noticed that it usually takes 20-30 seconds for the first GroupDocs.Search call to complete. Is there a way to speed this up? W…...access to our Paid Support management team. atir.tahir October...

    forum.groupdocs.com/t/faster-first-initializati...
  9. Convert ODT to Word using Node.js

    Learn how to convert ODT to Word using Node.js with a simple and efficient approach. Easily export ODT to Word in Node.js using a Java-based conversion library....enterprise systems, content management solutions, or automated workflows...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  10. 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...