PowerPoint is a Windows and Macintosh presentation program produced by Microsoft. It is primarily used to create presentations to be projected. However, due to the flexible nature of its canvas, it is also being used for animation, elearning, web broadcasting, business reporting and self-running kiosk applications.

learn more… | top users | synonyms (4)

14
votes
2answers
408 views

How to invoke an action during powerpoint slideshow programmatically?

I am automating a Powerpoint scenario using Coded UI & VSTO. In my powerpoint presentation I have created an 'Action' setting on a shape to launch notepad. During slideshow I need to invoke this ...
14
votes
7answers
3k views

How to: C# source with syntax highlighting on PowerPoint slides

I would like to show some C# source code in a PowerPoint presentation. But how can I copy the code including the syntax highlighting onto the slides? I could make screenshots, but that has some ...
13
votes
2answers
624 views

What is the best presentation tool for technical stuff?

While recently exploring prezi I realized there have to be better tools than PowerPoint for presenting something, especially technical stuff. What differentiates technical stuff from other stuff in ...
13
votes
4answers
8k views

Creating PowerPoint presentations programmatically

Is there a way to programmatically create PowerPoint presentations? If possible, I'd like to use C# and create PowerPoint 2003 presentations.
8
votes
5answers
1k views

Programmatically extracting slides as images from a PowerPoint presentation (.PPT)

Given a PowerPoint presentation in .ppt format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg or .png) of each slide in the ...
8
votes
9answers
433 views

How to do a presentation for your co-workers containing lots of code?

I'm supposed to do a presentation for my co-workers on a web framework I evaluated. These people are developers and hate long and boring PowerPoint stuff, so I got lots of little code snippets. I also ...
8
votes
1answer
3k views

Can Silverlight apps be embedded into PowerPoint?

Can Silverlight apps be embedded into PowerPoint? We're currently weighing the pros and cons of Silverlight vs. Flash, and are primarily interested in charting controls. The higher-ups would like to ...
8
votes
14answers
27k views

Embed a PowerPoint presentation into HTML

Is it possible to embed a PowerPoint presentation (.ppt) into a webpage (.xhtml)? This will be used on a local intranet where there is a mix of Internet Explorer 6 and ...
7
votes
6answers
9k views

asp.net - Generate Powerpoint file on the fly

I have a client of my web based application who heavily uses the data from our system for powerpoint presentations. We currently allow data to export in more traditional file types...PDF, CSV, HTML, ...
7
votes
4answers
11k views

Using C# to display powerpoint

Is there any good way to use a windows application written in C# to display/control a powerpoint slideshow? Ultimately I would like to show thumbnails in a form and clicking these thumbnails would ...
7
votes
6answers
475 views

Technical Presentations - Can the slides work without bulleted lists? [closed]

If this isn't the type of fodder that belongs on StackOverflow, feel free to bury this question. I figured technical presentations are something that most of us do, and God knows we've all attended ...
6
votes
2answers
276 views

Pen and marker using PowerPoint 2010 interop

I'm new to PowerPoint interop and I'm trying to draw red pen and yellow text marker (not shapes!!!) lines while in presentation mode. UPDATE: I can draw a line like this: settings = ...
6
votes
1answer
1k views

How to programmatically read and change slide notes in PowerPoint

How do you get the Notes text from the current PowerPoint slide using C#?
6
votes
4answers
1k views

Is there a future for PowerPoint VBA/VSTO?

Does anyone know what the future holds for VBA/VSTO programming in PowerPoint? I've been working on a Office automation project and find it frustrating to work with PowerPoint in particular since it ...
6
votes
3answers
3k views

C# - way to programmatically advance Powerpoint slide show?

I'd like to be able to advance through a Powerpoint presentation by pressing buttons in a Windows form. Here's some code I've found from ...
5
votes
2answers
219 views

how can i embed a powerpoint slide into a webpage

is there any clean way of doing this that works in all browsers?
5
votes
2answers
609 views

Application.Quit() method failing to clear process

I've seen a lot of posts returned from a Google search about this, but none of the solutions referenced in them clear this up for me. So, I thought I'd try myself. After this block of code: ...
5
votes
2answers
528 views

Microsoft Powerpoint Python Parser

I am looking for a python based microsoft office parser - specifically powerpoint. I want to be able to parse PPT in python and extract things like text and images from the powerpoint file. Is ...
5
votes
1answer
1k views

Controlling PowerPoint Slideshow

When a slideshow running in PowerPoint I want to control the movement (Next and Previous) of the slides. Of course it is possible with the > and < button on the keyboard, but is there any way in ...
5
votes
4answers
3k views

Generate PowerPoint 2007/2010 file using Java

Does anyone know of any API (commercial or open-source) that can generate/edit PowerPoint 2007/2010 presentations through Java. I have a template in the PowerPoint 2007/2010 format that I require to ...
5
votes
4answers
325 views

Is there a way to automate the generation of PowerPoint slides?

I have a bunch of data in a database and I want to generate some tables in PowerPoint. I had started doing this manually but I thought there might be a way I can simply write some code to take my ...
5
votes
2answers
2k views

Reading .ppt (MS PowerPoint) file in Cocoa Touch

Any idea how to read a .ppt file in Cocoa Touch ? I tried to load the contents of the file in UIWebView but it didn't work. Here is the code : [aWebView loadData:[NSData ...
5
votes
4answers
1k views

How can I programmatically create PowerPoint presentations. On Linux. For Free

I'd like to create a PowerPoint (not Javascript/HTML/PDF/Keynote/.mov) using code (any language, C preferred) for free. (I've seen this SO question which references how to create them in C#) Is this ...
5
votes
2answers
589 views

Branching Slides in PowerPoint (VBA)

I am trying to create a back button but using hyperlinks it simply just takes me to the previous page and ends up in a loop... e.g. if I have slide 1 which has links to slide 3, 4 & 5 then slide 3 ...
5
votes
3answers
1k views

What are some techniques for generating PowerPoint presentations without using Office Automation?

While it is possible to generate PowerPoint presentations automatically using Office Automation, this is not recommended for use on a server. How can you go about generating a PowerPoint presentation ...
4
votes
2answers
351 views

how to comunicate between Matlab And power point or Matlab and acrobat reader

I want to send a variable from Matlab to PowerPoint or AcrobatReader, then depend on the value of this variable, PowerPoint goes to next or previous slide or exit, or zoom in or zoom out in ...
4
votes
1answer
204 views

Get Normal Font Style in PowerPoint

I'm trying to check a presentation for the fonts that exist in it. This can be done with ActivePresentation.Fonts. I also want to check if the font is normal, bold and/or italic. Bold and Italic are ...
4
votes
1answer
359 views

How do I get Powerpoint to call my VBA subroutine in an animation?

What I ultimately want to do is ShellExecute() a command-line program every time a new slide appears in my PowerPoint slide show. I'm using Office 2003 PowerPoint. I did the following: Tools > ...
4
votes
1answer
433 views

Programmatically play the sound of a shape in PowerPoint

I am working on a PowerPoint 2007 VSTO add-in, and I am running in a small issue. The add-in adds sounds to the current slide using the following code: var shape = ...
4
votes
1answer
335 views

Extracting comments from a PowerPoint presentation using VBA

I have a PowerPoint which contains around 50 slides. Each slide might have 1 or more comments provided by the reviwer (done using insert->comment menu). I am trying to get the comments ...
4
votes
2answers
311 views

Call subroutine when a specific slide loads, or on a timer

I'm working with a PowerPoint 2003 presentation for a kiosk display, and it is left running pretty much 24/7. One slide on it has the weather, the current date, and the 7 day forecast. I've already ...
4
votes
1answer
250 views

Is there a direct way to get the index of a slide in a PowerPoint presentation?

I am trying to programmatically copy a slide in a PowerPoint presentation, and paste it right after the original. My first thought was to get the index of the old slide, and add the copy at the ...
4
votes
1answer
620 views

Access PowerPoint chart in C#

I have a problem in a C# project. In fact, I created a PowerPoint add-in and I want to generate charts on slides. I create a slide with: using PowerPoint = Microsoft.Office.Interop.PowerPoint; using ...
4
votes
1answer
334 views

Removing Speaker Notes from Presentations Programmatically

I have a lot of presentations that need to be shared outside of my company and I need a way to loop through all the speaker notes and remove them automatically. Is there a way to do this in VBA? I've ...
4
votes
1answer
629 views

How to change slide layout programmatically in PowerPoint?

I need to change a slide's layout programmaticaly with C# (Add-In Express 2009 for Office and .NET is used). If the new layout is a predefined one then everything is fine, but not if I need to set a ...
4
votes
9answers
750 views

Are there any good alternatives for Visio/PowerPoint? [closed]

Are there any good alternatives for Visio/PowerPoint for drawing architectural diagrams. Both Visio and PowerPoint are annoying to use even for some of the simplest tasks. wondering if someone out ...
4
votes
2answers
549 views

VSTO Add-In to automatically export custom PowerPoint slide shows

One of the groups in my company works on a very large PowerPoint slide deck. Not all of the slides in this deck are relevant to everyone. The purpose of this deck is to have a singular source of ...
4
votes
4answers
686 views

Cannot create multiple instances of PowerPoint

I'm working on a project where I need to use PowerPoint from C#.net. Initially, I always created one single instance. As of today, I would like to have multiple instance running. I do that like so: ...
4
votes
1answer
497 views

Call was rejected by callee PowerPoint Automation

I have a commandbar model which automates PowerPoint. I recently faced a strange problem that when PowerPoint is opened through my application, and the data is being loaded through my application to ...
4
votes
1answer
491 views

Naming Slide Images on Export in PowerPoint 2007

Presentation.Export(filename, "PNG", sizeX, sizeY); creates thumbnail images of all slides in the PowerPoint presentation. My problem is that the thumbnail filenames change according to the Language ...
4
votes
1answer
709 views

Creating Powerpoint/Keynote Presentations with scriptability?

Lately I have been creating PowerPoint presentations to companies. I have mostly been doing this in PowerPoint. Basically they are created by the same design, but just different numbers in set places, ...
4
votes
2answers
6k views

Embed PowerPoint Viewer in C# Win Form

Is it possible to Embed a PowerPoint Viewer into a C# Windows Form? I am currently use the following code: objApp = new PowerPoint.Application(); //objApp.Visible = MsoTriState.msoTrue; ...
4
votes
2answers
10k views

Previewing PDF and PowerPoint files with Silverlight/Flash

I'm looking for code or a good control to preview PDFs and PPTs with Silverlight or Flash. It would be great if it has nice page-curl functionality. We want our customers to be able to have a look at ...
4
votes
3answers
2k views

Apply Font Formatting to PowerPoint Text Programatically

I am trying to use VBA to insert some text into a PowerPoint TextRange, I use something like this: ActiveWindow.Selection.SlideRange.Shapes("rec1").TextFrame.TextRange.Text = "Hi" However, I can't ...
4
votes
1answer
278 views

Trapping a DoubleClick in PowerPoint 2007

The Application.WindowBeforeDoubleClick event for PowerPoint 2007 appears to not work (see here to verify my claims). It works in PowerPoint 2003, but not in 2007 (contrary to the documentation). I'm ...
3
votes
2answers
131 views

How to convert ppt slide to jpeg images in php

I saw some similar questions on this forum but all those were for .NET platform so please don't close it as duplicate. I have a linux system and I want to convert slide to images via php or shell ...
3
votes
2answers
87 views

Is powerpoint presenting?

I am trying to create a powerpoint add-in with c#. I'm finding it very difficult to even find useful information on MSDN. I'm looking for a set of API's in order to check the status. Currently, to ...
3
votes
1answer
194 views

How can I retrieve images from a .pptx file using MS Open XML SDK?

I started experimenting with Open XML SDK 2.0 for Microsoft Office. I'm currently able to do certain things such as retrieve all texts in each slide, and get the size of the presentation. For ...
3
votes
1answer
112 views

What's the best way to include code samples in a PowerPoint presentation

Thank you in advance to anyone who can move this question to a better suited stack exchange site. I've looked through the various stack exchange options but I'm unsure where to post this question. ...
3
votes
3answers
788 views

Convert file .pptx to .ppt using Java

I was wondering if someone knows a way to convert .pptx to .ppt progamatically using Java?

1 2 3 4 5 15