Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 3,617 for

presentations

(0.07 sec)
  1. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM Presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....PowerPoint Presentations Edit PowerPoint Presentations Leave feedback...open-edit-save cycle with Presentation documents, using different...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  2. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of Presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....metadata in Presentations Working with metadata in Presentations Leave...with different kinds of presentations such as PPT, PPTX, POTM...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint Presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Microsoft Office PowerPoint presentations Extract data from Microsoft...Microsoft Office PowerPoint presentations Leave feedback GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Extract metadata from Microsoft Office PowerPoi...

    Learn how to extract metadata from PowerPoint Presentations (.ppt, .pptx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, and comments from presentation files....Microsoft Office PowerPoint presentations / Extract metadata from...Microsoft Office PowerPoint presentations Extract metadata from Microsoft...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of Presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....metadata in Presentations Working with metadata in Presentations Leave...with different kinds of presentations such as PPT, PPTX, POTM...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) Presentations...Microsoft Office PowerPoint presentations / Extract text from Microsoft...Microsoft Office PowerPoint presentations Extract text from Microsoft...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to a particular slide, master, layout, or notes slide using GroupDocs.Watermark for Python via .NET....Adding watermarks / To presentations Add watermarks to PowerPoint...PowerPoint presentations Leave feedback On this page Open a presentation...

    docs.groupdocs.com/watermark/python-net/add-wat...
  8. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) Presentations...Microsoft Office PowerPoint presentations / Extract images from Microsoft...Microsoft Office PowerPoint presentations Extract images from Microsoft...

    docs.groupdocs.com/parser/net/extract-images-fr...
  9. Convert Presentations to Images in C# | PPT to ...

    Transform your PowerPoint Presentations of PPT/PPTX format to JPG or PNG format using C#. Convert Presentations to images programmatically using .NET API....Probably you want to use your presentation slides within web applications...convert your PowerPoint presentation slides to images. In this...

    blog.groupdocs.com/conversion/convert-presentat...
  10. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint Presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Microsoft Office PowerPoint presentations / Search text in Microsoft...Microsoft Office PowerPoint presentations Search text in Microsoft...

    docs.groupdocs.com/parser/java/search-text-in-m...