powerpoint

java.awt , swing, and APACHE POI for Power Point Presentation

I'm trying to use SlideShow to create presentation... http://poi.apache.org/apidocs/org/apache/poi/hslf/usermodel/SlideShow.html and I see some uses of java.awt classes in the examples. My question is: to what extent awt can be used in creating PPT using POI? further, how swing can be used together with Apache POI? Could some exper...

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 easy, but Normal is not. For example, say I have two text boxes, one of them has "Hello World" in Arial Italic and another the same in Arial...

[POWERPOINT] how to print external slide are

Hi guys, you know, we've an area in the powerpoint program where you can edit. Now, you know there's an EXTERNAL area from this? (the grey one) I was asked to to print the EXTERNAL area.. Do you know if it's even possible? thanks you guys ...

Change Power Point layout in VBA

Hi all, I'm doing some VBA work. In VBA, there are Application, Presentaion, Slide, Window objects. Their corresponding documents are poorly constructed so I'm confused how can I organize all my show into a templated manner, in which, original presentation slides are placed in the center with margin on four sides and have a short descri...

how to convert powerpoint into images

I want to convert powerpoint into images when a user uploads it to my server. What is the best way of doing it? I was using interop, but it seems to be working only on client side. ...

Inserting symbols into text in PowerPoint 2007 using VBA

I need to append programmatically (VBA/VSTO) several special symbols (e.g., smileys) into text in a TextRange in PowerPoint 2007. I can insert a symbol using: With ActiveWindow.Selection.TextRange .Text = "sometext" Call .Characters(.Characters.Count + 1).InsertSymbol("Arial", 65, MsoTriState.msoTrue) End With Unfortunately, w...

using aspose.slide to convert powerpoint 2010 slides into images

Does anyone know how to handle powerpoint 2010 files with aspose.slide library? When i create an instance of powerpoint, it gives me error that i am referring to zip file. ...

Set image size in powerpoint using open xml

Hi Im am generating a ppt-file using this tutorial here Step 4 describes how to swap out the image placeholder. My images has different dimensions, which makes some images look a little bit too funny. Is there any way to resize the placeholder so it can keep the dimensions? Thanks/ Edit: Ok, a better explanation: users can upload im...

Unique identifier for SlideMaster

Hi all. While I realize that a SlideMaster has a unique name in a given presentation (though I understand this to be buggy), is there a way to uniquely identify a master that a user can't touch? Alternatively, is there an equivalent to the Slide's Tags collection, somewhere I can stash my own ID? For PowerPoint 2003 and/or 2007... Thank...