Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 10,901 for

powerpoint

(0.18 sec)
  1. 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 automation......Redaction PowerPoint Arabic GroupDocs.Parser Korean...Redact PDF files Open PowerPoint File PowerPoint Viewer PPTX Viewer...

    blog.groupdocs.com/es/tags/index.xml
  2. 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 automation......Redaction PowerPoint Arabic GroupDocs.Parser Korean...Redact PDF files Open PowerPoint File PowerPoint Viewer PPTX Viewer...

    blog.groupdocs.com/tr/tags/index.xml
  3. 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 automation......Redaction PowerPoint Arabic GroupDocs.Parser Korean...隱藏PDF中的文本 隱藏文本 Open PowerPoint File PowerPoint Viewer PPTX Viewer...

    blog.groupdocs.com/zh-hant/tags/index.xml
  4. 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...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...lock and unlock PDF, and PowerPoint files. In this article, we... we will see how to lock PowerPoint presentation files with password...

    blog.groupdocs.com/groupdocs.blog/page/26/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...merge Microsoft Word, Excel, PowerPoint, OpenDocument, PDF, Text...PPTX formats of Microsoft PowerPoint share the popularity in business...

    blog.groupdocs.com/groupdocs.blog/page/36/
  7. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....dynamically in Excel spreadsheets, PowerPoint presentations and email document...formats like: PDF, Word, Excel, PowerPoint and image files. Read more...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  8. 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-...
  9. 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-...
  10. 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...