Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 10,733 for

powerpoint

(0.49 sec)
  1. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....watermarks to the Microsoft PowerPoint presentations within .NET...watermarks from PDF, Word, Excel, PowerPoint, and Visio documents. In...

    blog.groupdocs.com/categories/groupdocs.waterma...
  2. 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....the slide backgrounds in a PowerPoint document as shown in the...background images that belong to a PowerPoint document as shown in the...

    docs.groupdocs.com/watermark/java/working-with-...
  3. How to Convert PDF to Presentation in C#

    This short article describes the step-by-step procedure to convert PDF to Presentation in C# and how to develop the application for PDF to PPTX converter using C#....example to convert PDF to PowerPoint presentation. Steps to Convert...functionality to convert PDF to PowerPoint using C# . The first two...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Render PPTX as HTML using Python

    Let's learn how to render PPTX as HTML using Python in few steps. This tutorial explains how to convert PPTX to HTML in Python for web-friendly presentation sharing....HTML using Python Rendering PowerPoint presentations into HTML format...widely without requiring PowerPoint installation. The resulting...

    kb.groupdocs.com/viewer/python/render-pptx-as-h...
  5. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....documents, Excel spreadsheets, PowerPoint presentations, images, audio...demonstrates how to add add PowerPoint presentation attachment to...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET document c......Table Extraction BugFixes PowerPoint Accessibility API changes...Redact PDF files Open PowerPoint File PowerPoint Viewer PPTX Viewer...

    blog.groupdocs.com/de/tags/index.xml
  7. Remove Image Watermark from PPTX Using Python

    Learn how to remove image watermark from PPTX using Python. This tutorial shows how to detect and delete image watermarks in PPTX presentations programmatically....Watermark from PPTX Using Python PowerPoint ( PPTX ) slides often contain...watermark has been removed, your PowerPoint presentation becomes far...

    kb.groupdocs.com/watermark/python/remove-image-...
  8. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....metadata from PPTX using C# PowerPoint presentations ( PPTX files)...organization and management of PowerPoint files. Following the outlined...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....including Word, PDF, Excel, PowerPoint, images, and text files....between Word, PDF, Excel, PowerPoint, and more. GroupDocs.Viewer...

    docs.groupdocs.com/total/python-net/
  10. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Highlighted Rows report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Powerpoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Powerpoint 2013. Click the document where you want to add the table....Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table...Highlighted Rows Template in MS PowerPoint 2013. Click the document...

    docs.groupdocs.com/assembly/java/in-table-list-...