Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,169 for

management

(0.14 sec)
  1. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in FLV files...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document Management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins....focused largely on document management. At GroupDocs we create APIs...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  3. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion....editing, open-source document management, or increased adaptability...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  4. 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....statement for efficient resource management Create PngViewOptions and...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....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/nodejs-java/get-doc...
  7. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...access to our Paid Support management team. atir.tahir March 7...access to our Paid Support management team. agilelaw February 19...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  8. Groupdocs convert file to pdf very slow - Free ...

    Hi, I used Groupdocs Total SDK .NET, I have license with this. I use API in Convert SDK and used code in demo to convert file to pdf, is very slow. It take medium to 7 - 10s with docx have one page, only text. But this …...access to our Paid Support management team. vladimir.litvinchik...

    forum.groupdocs.com/t/groupdocs-convert-file-to...
  9. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/python-net/extracti...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/getting-known-p...