Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,262 for

presentation document support

(0.21 sec)
  1. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion 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/conversion/net/load-wordproc...
  2. Sign Document With Secure Custom Metadata Signa...

    id: sign-Document-with-secure-custom-metadata-signatures url: signature/net/sign-Document-with-secure-custom-metadata-signatures title: Sign Document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard Document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/signature/net/developer-guid...
  3. Document filtering during indexing | GroupDocs

    This page contains a description of the use of Document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/search/net/document-filterin...
  4. GroupDocs.Conversion for .NET 25.8 - Latest Upd...

    Explore what's new in GroupDocs.Conversion for .NET v25.8. Available now on NuGet and GroupDocs website...more reliable and optimized document conversions. You’ll find the...Enhancements # SVG Cropping Support – You can now crop visible...

    blog.groupdocs.com/conversion/groupdocs-convers...
  5. Loading Documents | GroupDocs

    Load source Documents from a local file path or a Python stream — including password-protected files — and inspect the available LoadOptions classes and ConverterSettings in GroupDocs.Conversion 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/conversion/python-net/develo...
  6. GroupDocs.Redaction for Java 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Redaction for Java 25.12. Available now on NuGet and GroupDocs website....redaction Fix Fix details When a presentation was loaded from a stream...Apply the redaction to the document redactor . apply ( textRedaction...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  7. GroupDocs.Watermark Overview | GroupDocs

    Protect and customize Documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 Document formats including PDF, Word, Excel, PowerPoint, and 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/groupdocs-wate...
  8. Features Overview | GroupDocs

    Key features of GroupDocs.Conversion for Python via .NET — 10,000+ format pairs, page selection, load/convert options, watermarks, Document inspection, and AI-pipeline integration....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/conversion/python-net/featur...
  9. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/signature/net/updating-image...
  10. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_Presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\Presentation.pptx" Watermarker watermarker = new Watermarker("Presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/watermark/java/working-with-...