Hello,
I am curious how to create a simple powerpoint presentation viewer for Android. I am focusing on the Ms Office 2003 and 2007 format (which means .ppt and .pptx). How do I read the .ppt or .pptx file and show it like a picture slideshow on my Android app?Thanks :)
...
Hi,
I'm struggling to get the API usage correct, even after hours of searching.
Basically, I want to do the following from my Excel file.
1) Create a new Powerpoint presentation and slide. [DONE]
2) Copy OLEObject from the Excel file into the Powerpoint slide.
What I have done so far for the no. 2 is
Dim s As Shapes
For Each Obj i...
I programmatically copy the shapes of an entire slide to a new slide in another presentation by performing origShape.Copy and then newSlide.Shapes.Paste().
(copy/paste the entire slide is unfortunately not an option for me here)
My problem is that Animation effects get really warped. Some are lost, others appear in the wrong order.
I ...
I have created a pptm file with macros that open certain pptx templates. I then created a new tab with buttons for opening the files. I attached the macros I created to those buttons. All works great as long at my pptm file is open. But after I save it as a ppam file and install it as an add-in it no longer works. It seems the macro...
I am trying to access charts in slides in PowerPoint 2007 via VSTO, and I am a bit confused. While the Interop provides a property Shape.HasChart which properly finds shapes that have/are charts, I can't figure out how to access the Chart itself. I don't see a chart property on the Shape. Am I supposed to cast the Shape to a specific typ...
I've been trying to convert my powerpoint presentations into individual images on a Linux server. I tried to use Google's API but because of a bug it only outputs one image. How can I do this?
...
Hi
I have used this example when exporting data to powerpoint:
I have modified the GenerateSlidesFromDB() method:
public void GenerateSlidesFromDB()
{
string slideName = @"C:\Users\x\Desktop\output.pptx";
File.Copy(@"C:\Users\x\Desktop\Test.pptx", slideName, true);
using (PresentationDocument presentatio...
I want to show .ppt (PowerPoint) files uploaded by my user on my website. I could do this by converting them into Flash files, then showing the Flash files on the web page. But I don't want to use Flash to do this. I want to show it, like google docs shows, without using Flash.
I've already solved the problem for .pdf files by convertin...
Hello
suggest me a good php library from which i can work with .PPT type files
-Thanks In advance
...
is there any examples out there on how to update a powerpoint slide (by clearing the text in a certain textbox and updating it with new content).
I have a monthly report to generate in powerpoint and i have all the data in a database. I am trying to determine if i can simply autogenerate the slides by having a blank powerpoint template...
I'm writing an application that uses the PowerPoint interop library for Office 2010. It's supposed to open PowerPoint, load a presentation, and wait for the user to save the presentation after making changes. I want the application to upload the presentation to a server once updated.
The problem I'm having is that the PresentationSave o...
Hello
I want to covert .ppt file to .pdf file like OpenOffice do using its "Export" option.
Is there any OpenOffice API avaliable or is there any shell-command for converting it.
Thanks in advance.
...
I hooked into the question located at "Replace image in word doc using OpenXML". I noticed that there are several ImagePartType types. Is there any easy "built in" way to determine which type a specific image should be other than going by it's extension? The ImagePartType enum is also used in PowerPoint as is alot of the WordProcessingML...
I try to open pptx file in PowerPoint 2010 programaticaly from Ruby using win32ole
@power_point = WIN32OLE.new('PowerPoint.Application')
@power_point.Visible = true
@power_point.DisplayAlerts = 1 # ppAlertsNone
@power_point.FileValidation = 1 # msoFileValidationSkip
@doc = @power_point.Presentations.Open(win_path(path), 0, 0, 0)
@doc.Up...
Hi All,
I am using PHPPowerPoint to generate PPT files from PHP and it visually does the job very well, I am looking for a way of generating tables and graphs that are editable within the powerpoint program.
I anyone can help or lead me towards a linux/php binary/class that can accomplish this i would be most grateful.
Best regards
D...
Is there a way I can trap event when a presenter switches to a slide on MS power point 2010
...
Hi Powershell experts!
I'm trying to script Powerpoint with Powershell 2.0.
This site says there's a "PresentationOpen" event. However, Get-Member does not show this event. Also, when I try to do this:
register-objectevent $application PresentationOpen notification_event
it says: "Cannot register for event. An event with name 'Prese...
Hi can anyone tell me that if it is possible to build a system using android for smartphones that can directly connect the wireless projector and can be able to give power point presentations without using computer.
If its possible then:
what will be the requirements to realize this kind of application?
how feasible it would be to build ...
I wounder if there is a method or a way in PowerPoint that shows a popup when I move my mouse cursor over a hyper link or a button and disappears when the mouse moves away form the item.
I`m using Microsoft PowerPoint 2010
...
Hello,
Is this possible to generate PowerPoint presentation based on Excel pivot table usign OpenXml or Microsoft.Office.Interop.PowerPoint.
...