Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 1,336 for

presentation document support

(1.06 sec)
  1. Compare Multiple Documents | GroupDocs

    Compare a source Document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/comparison/python-net/develo...
  2. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/search/java/search-index-rep...
  3. 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....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/metadata/java/getting-known-...
  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;iSupport Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. sample.pst

    SPAM Search Folder 2 Top of Personal Folders Deleted Items Introducing the Improved Aspose.Tasks for Java and Other News from Aspose, April 2015 048df8f5-315c-4e2e-b9fd-fea8a1c3fe2a.jpg 048df8f5-31......manipulate Microsoft Project documents in your application <https://campaign...ign=Newsletter-Mar2015> . Support for Setting Automatic Series...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  7. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/watermark/java/searching-wat...
  8. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/editor/net/create-editabledo...
  9. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the Documents from Email format family like a common text Documents using a GroupDocs.Editor for .NET....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/editor/net/edit-email/
  10. Logging | GroupDocs

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/search/net/logging/