Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,445 for

document management

(0.29 sec)
  1. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management in GroupDocs.Editor for Java...

    docs.groupdocs.com/editor/java/edit-and-update-...
  2. In-Table List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...List in Email Document In-Table List in Email Document Leave feedback...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  3. GroupDocs.Metadata for .NET 1.7.0 Released with...

    GroupDocs.Metadata for .NET version 1.7 is available now. Code is redefined by decreasing number of namespaces for easy integration. One major enhancement is support for MP3 format. So Management of audio format metadata is more easy with this release. Metadata API extended features MP3 format supported - Detect MP3 format Reading ID3v1 Tag Reading ID3v2 Tag Get MPEG Audio format Information Read all EXIF tags Get specific EXIF tag by specific key or indexer .... So management of audio format metadata...DLLs NuGet - Nuget install Documentation Examples/Plugins/Showcases...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  4. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....crucial role in efficiently managing and retrieving information...inventory management, event organization, and document tracking...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  6. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Email Document Common Master-Detail Image in Email Document Leave...

    docs.groupdocs.com/assembly/java/common-master-...
  7. How to protect a signed PDF document | Document...

    This article explains how to protect a signed PDF Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Saving documents / How to protect a signed PDF document How to...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  8. GroupDocs.Total for .NET overview | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET Document manipulation APIs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product...is a comprehensive suite of document automation .NET on-premise...

    docs.groupdocs.com/total/net/product-overview/
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Work with Search Results using Java

    Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy....Results using Java Efficient management of search results is fundamental...fundamental to a powerful document retrieval system, and knowing...

    kb.groupdocs.com/search/java/work-with-search-r...