Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 982 for

presentation document support

(0.03 sec)
  1. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Font extraction options | Documentation

    Learn how to extract fonts from input Word Documents when editing with GroupDocs.Editor API for Node.js....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  3. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of Supported file types....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/search/java/get-supported-fi...
  4. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible Document conversion library for developers....js via Java to enable support for transforming MSG email...appropriate module that supports document transformation. Once the...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  5. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, Presentation and spreadsheet Documents....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/redaction/java/remove-page-r...
  6. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original Document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....the text from the original document will appear similar in HTML...ViewerHtmlHandler(config); string guid = "presentation.pptx"; HtmlOptions options...

    blog.groupdocs.com/viewer/exclude-specific-font...
  7. Watermark Word Processing Documents

    A watermark in Presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the Presentation or Document....A watermark in presentation software and word processing is frequently...page to brand the presentation or document. How GroupDocs.Watermark...

    blog.groupdocs.com/watermark/watermarking-in-wo...
  8. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing Documents from various sources....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/indexing-...
  9. 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....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-...
  10. 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;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...