Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 10,747 for

powerpoint

(0.25 sec)
  1. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Powerpoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Powerpoint 2013. Add a new presentation slide. Click the document where you want to add the table. Press “Insert” tab to insert the table....Master-Detail in Microsoft PowerPoint Document Creating a In-Table...Master-Detail Template in MS PowerPoint 2013. Add a new presentation...

    docs.groupdocs.com/assembly/java/in-table-maste...
  2. 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...
  3. How to Convert Outlook Email to Word in C#

    This tutorial provides all the necessary procedures to convert Outlook email to Word in C# and a sample working application for C# Email to Word conversion....published an article to change PowerPoint to HTML using C#, have a...a look at how to convert PowerPoint to HTML in C# guide for more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Extract Text from PPTX using Java

    This article gives a detailed guide on how to extract text from PPTX using Java, along with the code to help you easily perform text extraction from PPTX in Java....common format for Microsoft PowerPoint presentations, are frequently...making it simpler to work with PowerPoint files. Whether you’re focused...

    kb.groupdocs.com/parser/java/extract-text-from-...
  5. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Powerpoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Powerpoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph...In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  6. How to add attachment to PDF document | GroupDocs

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

    docs.groupdocs.com/merger/net/how-to-add-attach...
  7. 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...
  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. 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-...
  10. 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-...