Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 2,277 for

management

(0.06 sec)
  1. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....Український Tiếng Việt 中文 中國傳統的 Managing metadata is an important part...article, we will look at how to manage metadata in Python applications...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  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. 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-...
  5. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....developers aiming for robust data management solutions. By following the...library, users can efficiently manage metadata removal tasks across...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  6. Update Watermark Text in DOCX Using C#

    Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation....empowers you to efficiently manage watermarks within your documents...with dynamic and efficient management capabilities, enhancing productivity...

    kb.groupdocs.com/watermark/net/update-watermark...
  7. Convert DOCX to ODT using Node.js

    In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js.... Whether you’re managing a project or aiming to share...valuable skill set for document management and interoperability in various...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....NET using the NuGet package manager to extract text from PDF To...data-driven projects, document management, or automating business processes...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  9. Features overview | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, extract document text and detect file type by it's content...NET provides two resources management options for CSS, fonts, images...printing restrictions; Project Management – project start and end dates...

    docs.groupdocs.com/viewer/net/features-overview/
  10. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....popular application for data management and report creation, and...

    kb.groupdocs.com/annotation/java/how-to-add-wat...