Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 6,123 for

groupdocs.assembly

(0.07 sec)
  1. 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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/add-watermark/
  3. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. Verify Text signatures in the document | Docume...

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-text-s...
  5. Get supported file formats | Documentation

    This article shows how to check supported file formats....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/get-supported-fi...
  6. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/supported-doc...
  7. Render notes | GroupDocs.Viewer for .NET

    In this article we show render MS Project Documents with notes with GroupDocs.Viewer within your .NET applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  8. GroupDocs.Comparison for .NET 19.3.1 Release No...

    Note This page contains release notes for GroupDocs.Comparison for .NET 19.3.1 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 19.3.1: Implemented ability to convert documents of different formats to images Fixed issue with SuperScript and SubScript elements on Words documents Fixed style settings for GroupDocs.Comparison.Html Fixed issue with comparing large sized PDF files (another cases) Fixed not working comparison of EndNote element on Words Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1836 Save documents as images for Words Feature COMPARISONNET-1837 Save documents as images for Cells Feature COMPARISONNET-1838 Save documents as images for Slides Feature COMPARISONNET-1839 Save documents as images for PDF Feature COMPARISONNET-1840 Save documents as images for HTML Feature COMPARISONNET-1841 Save documents as images for Email Feature COMPARISONNET-1842 Save documents as images for Note Feature COMPARISONNET-1843 Save documents as images for Text Feature COMPARISONNET-1844 Save documents as images for Diagrams Feature COMPARISONNET-1806 Issue on SuperScript and SubScript Bug COMPARISONNET-1802 Settings StyleSettings is not working for html Bug COMPARISONNET-1803 Issue in comparing large sized PDF files (another cases) Bug COMPARISONNET-1804 EndNote Comparison is not working Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  9. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/handling-the-a...
  10. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured files....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/develo...