When I install my VSTO-based PowerPoint plugin, it always shows up in the \'disabled\' section and everytime I open PowerPoint - I have to manually enable it.
Does any开发者_开发知识库one have a PowerPoint viewer which I can embed in an ASP.NET Web App?If you are using Silverlight you can use
I am currently trying to change some settings in a .pptx files via C# and Microsoft.Office.Interop.PowerPoint. I have some .wmv movies linked on several slides of the presentation. At the time the pre
I have a video showing a power point slide. I want to get the time of video that the slide change to next page. I 开发者_C百科use Windows media encoder to make video. Can it be used?You can use a fram
How to convert .pptx 开发者_StackOverflowto images? I want to get the image of each .pptx pageI got it.
I am writing a small plugin on ASP.NET C# VSTO and 开发者_JS百科I want to be able to capture slide number and title of the slides when a slideshow is happening.
Is it possible to call macro within 开发者_JAVA百科a sample powerpoint presentation using SharePoint Page?Yesterday I searched to find out if it would be possible to call a presentation and a macro fr
I have an issue with trying to embed a Excel Charts in PowerPoint via the Interop API\'s using C#. I need to get this to work for Office2003.
Do you guys have some .Net libraries which has ability to conver开发者_C百科t a PowerPoint Presentation file into images?Using add reference toMicrosoft.Office.Interop.PowerPoint.dll. To convert Power
I want PowerPoint to open an external text file and show line 1 of this file on slide 1 of my presentation, line 2 on slide 2, etc.