Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 10,924 for

powerpoint

(0.1 sec)
  1. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....sensitive information from PowerPoint presentations ( PPTX ) holds...sensitive information from PowerPoint presentations (PPTX) using...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  2. Add Text Watermark to PPTX Using Python

    Learn how to add text watermark to PPTX using Python. This tutorial shows how to embed watermark text into Powerpoint slides with custom font, color, and alignment....label directly into your PowerPoint slides. By following these...to enable watermarking for PowerPoint presentations Import the...

    kb.groupdocs.com/watermark/python/add-text-wate...
  3. Announcing GroupDocs' Online Document Viewer Mo...

    Good news to all Orchard CMS users! We’ve rolled out a module for the Orchard platform, which lets you embed GroupDocs’ high-fidelity online document viewer as well as selected documents to Orchard pages. No matter what the format is, you can now embed and view documents online using GroupDocs’ efficient online document viewer. [caption id=“attachment_999” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online document viewer module for Orchard”] [/caption] GroupDocs Viewer is a powerful online document viewer, which allows you to view documents online simply using a browser....(DOC, DOCX, TXT, RTF, ODT) PowerPoint viewer (PPT, PPTX) Spreadsheet...viewer), with a PDF viewer, PowerPoint viewer, Excel viewer and...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  4. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Powerpoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS Powerpoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Scatter Chart in Microsoft PowerPoint Document Creating a Scatter...create Scatter Chart in MS PowerPoint 2013: Click in the document...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  5. PDF Viewer Plugin for Joomla Is Now Officially ...

    Hello to all Joomla users! Here at GroupDocs, we’re excited to announce the release of the long-awaited PDF viewer plugin for Joomla CMS. The plugin allows you to easily embed and host PDF documents (as well as Word, Excel and Powerpoint documents) on your Joomla website. We’ve been working hard to make the installation process and plugin deployment hassle-free for Joomla web-developers and website owners. At the same time, our aim was to make the document viewer interface convenient for the end users - your website visitors....(as well as Word, Excel and PowerPoint documents) on your Joomla...(XLS, XLSX, CSV, etc.) and PowerPoint presentations (PPT, PPTX)...

    blog.groupdocs.com/total/joomla-pdf-viewer-plug...
  6. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Powerpoint Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Powerpoint 2013....and Ordering in Microsoft PowerPoint Document Creating a In-Table...and Ordering Template in MS PowerPoint 2013. Add a new presentation...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. 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...
  8. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS Powerpoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API....Java code that converts the PowerPoint PPTX presentation file into...presentations of Microsoft PowerPoint PPT format or OpenOffice...

    blog.groupdocs.com/conversion/convert-presentat...
  9. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Powerpoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Powerpoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Bulleted List in Microsoft PowerPoint Document Creating a Bulleted...insert Bulleted List in MS PowerPoint 2013. Add a new presentation...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  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....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-...