Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 8,825 for

document merger

(0.17 sec)
  1. Getting known property descriptors | GroupDocs

    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....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-emb...
  3. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-microsoft...
  4. Getting known property descriptors | GroupDocs

    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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iMerger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Merger Product Family GroupDocs.Redaction...installing the recommended document conversion library and making...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured ....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/creating-an-index/
  7. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured ....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/creating-an-index/
  8. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Java — API to compare two or more files and get the difference between them....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  9. How to Add Image Signature to DOCX using Java

    This topic will provide knowledge on how to add image signature to DOCX using Java. Also, a code example will be provided to insert image signature into DOCX using Java....Merger Product Family GroupDocs.Redaction...the credibility of a Word document is easily achieved by incorporating...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  10. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering Documents with Image Viewer by GroupDocs....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/image-viewer-adj...