|
The Powerpoint 2007 viewer, for unknown reasons, doesn't work in my machine. I've installed the SP1 also, but it behaves the same (it does not open).
I've installed Open Office, but its text rendering when presenting is awful.
Do you know any other good...
Answer Snippets (Read the full thread at superuser):
You're better off asking/figuring out how.
The Microsoft PowerPoint Viewer really is your best bet.
|
|
I need to play PowerPoint slides but first I want to check whether PowerPoint or viewer is installed on the machine or not. How can I do that using .NET?
Started by Firoz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Process.Start("C:\\Sample.pptx"); } catch (Win32Exception ex) { MessageBox.Show("Powerpoint or Powerpoint viewer not installed\n"); }
What about checking if the EXE file for PowerPoint or PowerPoint viewer access the ....
|
|
Is there a way to programmatically create PowerPoint presentations. If possible I'd like to use C# and create PowerPoint 2003 presentations.
Started by epotter on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't really need PowerPoint at Aspose Slides , a component for .NET....
In regards to your question, this link should help: Automate Powerpoint from C#
Finally, to whoever programming related, regardless of how new someone might be.
|
Ask your Facebook Friends
|
Is it possible to create text animation in PowerPoint 2007(or 2010) like in Keynote?
Started by Andrew on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
But I'm.
You sure can create text animations in PowerPoint! It's pretty easy feature.
PowerPoint does not feature the same transitions as Keynote, and you cannot recreate them.
I'm going with no.
|
|
Hi, I want to extract data from PowerPoint slides and then paste them into Excel workbook, where each slide in PowerPoint corresponds to a sheet in Excel workbook and vice-versa (from Excel to PowerPoint).
How do I do this? I extracted the data PowerPoint...
Started by mnhab on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know what kind of PowerPoint data you.
Him Manzoor,
Your question is a little open ended, and I'm not really sure what kind of PowerPoint" into the cell A1 of the first worksheet in the workbook.
|
|
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, and a few others. Powerpoint doesn't seem to be really...
Started by pearcewg on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are some code excerpts (in VB):
Opening an existing PowerPoint file:
Dim fs As System.IO.FileStream = _ New System.IO.FileStream("c:\mypath\myfile.ppt of really doing this, without third party....
On how to generate the PowerPoint file.
|
|
I made a powerpoint presentation which I sent to my boss who made changes to the format so it matched presentation policy. I am just curious as to what he changed and was wondering if there was a tool to find all the differences between two PowerPoint...
Started by Soldier.moth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Unfortunately it doesn't work directly with Powerpoint.
Are two examples, and the GIMP probably works too.
|
|
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 data from the database and output it onto a PowerPoint ...
Started by oo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can certainly automate powerpoint trough the use of its XPCOM api -- (although, everytime that instead of creating "powerpoint" slides, you created Open Document presentations (ISO 26300 - .ODT files to extract the data and then embed....
|
|
Does anyone know how to embed a video in a powerpoint presentation in such a way that it can be moved to another computer?
Possible solutions I'm considering:
Actually embed the video file into the powerpoint file. This would be ideal, but I don't know...
Started by Gabe on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
This would be why Microsoft has the "Pack and Go" Wizard - running it on a PowerPoint.
Relative paths are also not supported.
You cannot embed video into powerpoint, you need to link it.
|
|
Hey guys,
I am trying to insert PowerPoint slides into HTML preserving links in the PowerPoint slide. I was just wondering if any of you knew a good method to maybe exporting a PowerPoint slide to an HTML and then displaying it in a div on your page, ...
Started by Javed Ahamed on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I remember there was a function in PowerPoint to export it to an HTML;div>
Though not quite what you asked, Google Docs or Slideshare both let you embed Powerpoint the previous and next slides :)
sorry but u ....
From being translated.
|