Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,808 for

management

(0.04 sec)
  1. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF metadata of images in Java. Extract, update, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API.... If you want to manage, extract, update, or remove...is an easy to use metadata management Java API. It has the ability...

    blog.groupdocs.com/metadata/handle-exif-data-of...
  2. 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...
  3. Getting known property descriptors | Documentation

    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-...
  4. Features overview | Documentation

    With GroupDocs.Viewer for Node.js you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document text....js provides two resources management options for CSS, fonts, images...printing restrictions; Project Management – project start and end dates...

    docs.groupdocs.com/viewer/nodejs-java/features-...
  5. Features overview | Documentation

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

    docs.groupdocs.com/viewer/java/features-overview/
  6. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Developer Guide / Advanced Usage / Managing metadata for specific formats...Metadata for .NET also allows managing XMP metadata in JPEG2000 images...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Project or other project management software to load and view...pages. Supported Project Management file formats GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/render-ms-project...
  8. Features overview | Documentation

    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/
  9. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....editing, open-source document management, or enhanced flexibility...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  10. Convert JPG to DOCX using Java

    By following this tutorial, you will acquire the skills to convert JPG to DOCX using Java. We will provide you the code to seamlessly export JPG to DOCX using Java....a comprehensive document management and processing system. The...

    kb.groupdocs.com/conversion/java/convert-jpg-to...