Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 5,531 for

groupdocs.comparison,

(0.07 sec)
  1. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.

    docs.groupdocs.com/merger/python-net/merge/epub/
  2. How to Run Examples | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...This section decsribes how to get started with GroupDocs.Merger for Java library

    docs.groupdocs.com/merger/java/how-to-run-examp...
  3. 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....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.

    docs.groupdocs.com/metadata/java/getting-known-...
  4. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;i

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....GroupDocs.Metadata allows users to get meta information of a document.

    docs.groupdocs.com/metadata/java/get-document-i...
  6. Remove annotation from document | Documentation

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/remove-annota...
  7. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js.

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls.

    kb.groupdocs.com/signature/net/how-to-add-digit...
  9. How to Convert HTML to PPTX using C#

    This article will provide guidance on how to convert HTML to PPTX using C#. Moreover, a code example will be provided to illustrate how to export HTML to PPTX in C#....This article will provide guidance on how to convert HTML to PPTX using C#. Moreover, a code example will be provided to illustrate how to export HTML to PPTX in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert XLSX to DOCX using Java

    This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java....This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...