Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,277 for

management

(0.08 sec)
  1. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....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/java/clean-metadata/
  2. Get document info | GroupDocs

    This article shows that how to get meta information of a document....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/get-document-info/
  3. Working with metadata in JPEG2000 images | Grou...

    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...
  4. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata Management API for documents to create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Metadata for Java - A metadata management API for documents to create...

    docs.groupdocs.com/metadata/java/
  5. GroupDocs.Annotation for .NET 25.11 – Latest Up...

    Explore what’s new in GroupDocs.Annotation for .NET 25.11. Available now on NuGet and GroupDocs website.... Optimized memory management and more aggressive resource...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  6. 25.12 Aspose.Drawing Problems - Free Support Fo...

    Updating to version 25.12 looks to have removed the dependency on Aspose.Drawing and Aspose.Drawing.Common - causing failures when converting image and visio file types. GroupDocs.Conversion.Exceptions.GroupDocsConversi…...package via Visual Studio’s Manage NuGet Packages dialog. Ensure...access to our Paid Support management team....

    forum.groupdocs.com/t/25-12-aspose-drawing-prob...
  7. 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-...
  8. 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...
  9. GroupDocs Pricing Review 2019

    In this post, we share how we conducted our 2019 GroupDocs Pricing Review. Last month we shared the news about GroupDocs 2019 pricing change. Our aim behind that change was simple: to make sure we are delivering the best value Document Management API suite on the market. Each year we review our pricing and licensing model to make sure we’re continually giving developers the functionality and flexibility they need. Providing top quality APIs at fair prices along with permissive licensing models....delivering the best value Document Management API suite on the market....

    blog.groupdocs.com/total/groupdocs-pricing-revi...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in PNG images...

    docs.groupdocs.com/metadata/net/working-with-me...