Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,397 for

document management

(0.04 sec)
  1. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/Documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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 the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....you can enhance your document management and streamline the signing...NET via the NuGet package manager for the insertion of text signature...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  4. HtmlViewOptions | GroupDocs.Viewer for .NET API...

    Contains options for rendering Documents into HTML format. For details see the topichttps//docs.groupdocs.com/viewer/net/renderingtohtml/ and its children....Contains options for rendering documents into HTML format. For details...Sets the default font for a document. EmailOptions { get; set;...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  5. GroupDocs.Assembly for .NET – Generate Word & P...

    GroupDocs.Assembly for .NET is a comprehensive library for generating Documents and reports by merging your templates and data. With GroupDocs.Assembly, you can generate any type of Document that requires custom data input. These could be invoices, NDAs, sales quotes, employment letters, reports, etc. The library supports Microsoft Word, Excel and PDF templates, and allows you to save the final, assembled Documents in either of these formats. Just like all GroupDocs libraries, GroupDocs....comprehensive library for generating documents and reports by merging your...you can generate any type of document that requires custom data...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  6. PasswordRequiredException with document securit...

    Hello, If a PDF Document has ‘Enable Document Change’ set to false, then GroupDocs throws a PasswordRequiredException - is this intentional behaviour? As the Document can still be opened in a PDF viewer without issue?...PasswordRequiredExce with document security GroupDocs.Conversion...Hello, If a PDF document has ‘Enable Document Change’ set to false...

    forum.groupdocs.com/t/passwordrequiredexception...
  7. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...cases, an image, video or document contains more than one metadata...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  8. 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...
  9. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....efficiency and accuracy of document retrieval systems. It allows...are essential, such as document management systems, knowledge bases...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  10. 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...