Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,445 for

document management

(0.03 sec)
  1. 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-...
  2. 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 MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....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...
  3. 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...
  4. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management / Edit and Update Form Fields...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  5. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Digital Signature using digital Signature Dongl...

    I have a digital signature dongle issued to me by a Certifying Agency (CA) in India. The digitally signed Documents using the dongle are legally binding in India. I want to use this dongle for signing Documents digitally…... The digitally signed documents using the dongle are legally...use this dongle for signing documents digitally in the GroupDocs...

    forum.groupdocs.com/t/digital-signature-using-d...
  7. Convert MSG to PDF using Node.js

    Quickly convert MSG to PDF using Node.js. Learn how to export MSG to PDF in Node.js with a smooth, reliable process ideal for email-to-Document automation....you’re building an email management system or generating reports...useful in industries where document compliance and long-term storage...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  8. Single Row Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Image in Text Document Single Row Image in Text Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  9. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...analyzed using the Database Management System (DBMS) which is the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. 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....save method Removing document properties from XLS files...developers aiming for robust data management solutions. By following the...

    kb.groupdocs.com/metadata/java/remove-metadata-...