Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,018 for

management

(0.2 sec)
  1. Set metadata properties | Documentation

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....features and get familiar how to manage watermarks and more, please...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  2. Remove metadata properties | Documentation

    This article shows that how 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 watermarks and more, please...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/remove-metadata...
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  7. Doc->DOCX conversion compatibility issues - Fre...

    Hello everyone! The following issue occurs during using GroupDocs.Convertion: by converting .doc file to .docx format the generated .docx file always has a compatibility issue image.png (38.4 KB) which prevent us from…...access to our Paid Support management team. aspose.notifier September...

    forum.groupdocs.com/t/doc-docx-conversion-compa...
  8. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/adding-metadata/
  9. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....Metadata Editing Manage EPUB Metadata with C# Manage Dublin Core Metadata...API to automate metadata management of various file formats within...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  10. Extract Text from RTF using Java

    This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....including data analysis, content management, and the automation of report...from RTF in Java will help you manage and use content for various...

    kb.groupdocs.com/parser/java/extract-text-from-...