Tagged Questions

Amongst the standard Microsoft Office applications (Word, Excel, Outlook, Access and PowerPoint), PowerPoint is the least-developed against and for product. Technologies used to develop for and against PowerPoint: Visual Basic for Application (aka VBA) Visual Studio Tools for Office (aka VSTO) ...

learn more… | top users | synonyms (4)

1
vote
0answers
10 views

How to prevent disappearing of Iframe content

I have input parameters in my page with four frames . I used Export to Excel , PPT and Print functions in my page. The problem is when i use Export to PPT function , the page and iframe waits till ...
0
votes
2answers
10 views

powerpoint flowchart to html

I have the following image as a powerpoint flow chart (text with hyperlinks not shown). I want to turn this chart into an html-website. Any ideas how to get a good result for this task? I think ...
0
votes
2answers
14 views

Token StartElement in state EndRootElement would result in an invalid XML document

I am working on a project where as i create a power point document from c#. Its all ging very well bu for some reason on one of my methods i am getting this error: "Token StartElement in state ...
0
votes
0answers
11 views

OpenXML 2.0 add selected slides to an empty presentation

Given list of slide numbers i want to copy those slides into an empty presentation document. I started from this blogpost: ...
0
votes
1answer
14 views

Can VBA be used to switch slide masters in MS PowerPoint?

My company is moving from Office 2003 to Office 2010, and at the same time, updating their corporate PowerPoint template. I have been tasked with researching whether it is possible with PowerPoint's ...
0
votes
2answers
34 views

How to convert a Powerpoint presentation file to pdf file using web technologies?

Is it possible to convert a .ppt file to .pdf using web technologies like Js or PHP? In my project, my user will upload their presentation and then I want to convert them into a .pdf file so I can ...
0
votes
0answers
20 views

Sharepoint Slide Library Image Location

I have a customer that uses the built in Slide Library in SharePoint 2007 to manage the PowerPoint presentations. Once they upload a presentation to the library, I have to use these slides in a ...
0
votes
2answers
26 views

Change the author name of power point file

Can I change the author of a power point file using PHP or any other language ?
1
vote
0answers
28 views

Fatal error: Uncaught exception 'com_exception' with message. while converting ppt to jpg

When I run blow code: /*** PPT to Image conversion ***/ $ppt_file = 'E:\wamp\www\temp/a.pptx'; $app = new COM("PowerPoint.application") or die("Unable to instantiate PowerPoint"); $app->Visible = ...
0
votes
1answer
24 views

Macro to select the radio buttons of “Create handouts in microsoft word” in powerpoint 2007

How to write the macro in powerpoint to select any option(Radio Button) that would display when you call the "Create Handouts in Microsoft Word" (office Button-> Publish -> Create Handouts in ...
0
votes
0answers
8 views

Dynamically run / view ppt file in an asp.net C# Web Page [closed]

Possible Duplicate: Dynamically run or view ppt file in an asp.net C# Web Page I have searched a lot in google for the same but I didn't get a much precise answer . I have gone through ...
0
votes
0answers
45 views

Dynamically run or view ppt file in an asp.net C# Web Page

I have searched a lot in google for the same but I didn't get a much precise answer . I have gone through Ispring software to convert ppt to SWF flash and then upload falsh file in web page.But i ...
0
votes
0answers
7 views

Combine multiple presentatons into ONE

How do I combine multiple presentations into one powerpoint file in specific order using VBA? Any help is much appreciated. THanks in advance.
0
votes
1answer
24 views

Not able to initialize org.apache.poi.xslf.usermodel.XMLSlideShow in coldfusion

<cfscript> filepath = ExpandPath("./1.ppt"); fis = CreateObject( "java", "java.io.FileInputStream" ).init(filepath); //initialize slideshow object with input stream src = ...
0
votes
2answers
41 views

Is there a way to detect when a power point presentation has entered full screen via python?

I'm attempting to figure out a. If Microsoft Power Point is running, and b. If so, is it running in full screen mode or "slide show" mode. Detecting whether or not an instance of PowerPoint is ...

1 2 3 4 5 58
15 30 50 per page