powerpoint

Powerpoint - Add editable callouts in slide master

眉间皱痕 提交于 2019-12-12 02:17:09
问题 I'm looking how to add editable callouts in a slide master. What i mean by editable is change the tail position, the text content and size when I add a new slide to my presentation. Well, callouts with a text placeholder comportment. :*) Best regards 回答1: In Slide Master view: Add a text placeholder to your layout and select the placeholder (not the text). From the Drawing Tools | Format tab select Edit Shape | Change Shape and select the callout shape you want applied.Set the colour for the

PowerPoint & Python: Editing PPT fails when an image is reached

跟風遠走 提交于 2019-12-12 02:14:35
问题 I am putting together a python script that will "clean up" a PowerPoint file's font-face, font-colors, font-size, etc. I found a snippet of code that does what I need it to do, however it seems to break as soon as it meets an image in a slide. import win32com.client, sys Application = win32com.client.Dispatch("PowerPoint.Application") Application.Visible = True Presentation = Application.Presentations.Open(sys.argv[1]) for Slide in Presentation.Slides: for Shape in Slide.Shapes: Shape

convert MS Excel Worksheet to image

馋奶兔 提交于 2019-12-12 00:16:14
问题 Short question I'm searching a Java library which can convert a worksheet into an image. My use case I have a pptx file. That file has on one slide an excel file embedded. In "presentation modus" (I mean when you don't edit the excel), an image representation is shown. That image is generated by PowerPoint and stored in the pptx file in /ppt/images/*.emf. If the data of the excel file gets changed (that's what I do programmatically), the image isn't up to date anymore. So you have to generate

How to read Math Equations from Powerpoint and write it to Word document in C#

随声附和 提交于 2019-12-12 00:08:43
问题 I am developing a PowerPoint extraction tool since march 2014 which extracts the words or paragraphs from PowerPoint and write it to word document. It has been developed. During the testing. we found that Math Equation has not being fetched from PowerPoint slide. I am using Microsoft.Office.Interop.Powerpoint.dll library. i am reading file such as given below. var powerPoint = new Application {WindowState=PpWindowState.ppWindowMinimized}; var oPresSet = powerPoint.Presentations; Microsoft

How to change the locale of a formatted date in Powerpoint VBA

删除回忆录丶 提交于 2019-12-11 23:44:37
问题 in a powerpoint vba application I want to format a date according to the current spell-check language (which may or may not be the same as the system locale language). e.g. Locale is German(Austria) but the document is in English for an english customer, hence the date format should be "1st January 2015" and not "01. Jänner 2015" I found a solution for excel on this site: How to change the locale of a formatted date? trying the same technique in powerpoint vba does not appear to work: debug

select part of the slide in powerpoint VBA

﹥>﹥吖頭↗ 提交于 2019-12-11 22:58:21
问题 is there a way to select a specific area of the slide from VBA by giving the coordinates of the area to be selected. EG I want to select an area with position top=100, left=100, hight=10 and width=10, and this area includes 3 text boxes that I want to manipulate somehow afterwords, say align left all 3 of them. Particualrly, I have many slides with those 3 boxes, and then some other boxes as well, where the position of those 3 varies +/- 0.3cm from one slide to another, and now I want them to

Can a Powerpoint VBA script identify the size of image elements on each slide?

断了今生、忘了曾经 提交于 2019-12-11 21:14:20
问题 I have a PPT which is over the size limit to send via email. I've compressed the images on every slide. I want to understand which slides are bloating the file. Is there a way of creating a VBA routine that can do a foreach and identify the size of each image or object on each page helping me track down culprits and making trade-offs of which slides to keep/simplify/drop? 回答1: There appears to be an Add-in which PPTFAQ links to, which will identify the sources of bloat, although it does not

VBA Crashing when pasting into Powerpoint

…衆ロ難τιáo~ 提交于 2019-12-11 20:22:18
问题 I have made a macro which creates some graphs in excel and then opens powerpoint and pastes them into a template. Over the past couple of weeks and it has been working completely fine but after adding some things into the macro (which are completely separate things like refreshing data and setting filters) it seems to be crashing when pasting the graphs into powerpoint. Anyone else had similar issues in the past? There doesn't seem to be any reason why it should be doing it at all... Sub

Save powerpoint presentation as as a pdf in vba

不羁岁月 提交于 2019-12-11 17:25:56
问题 I have looked at a lot of answers to this question but can't figure out what I have done wrong. I am trying to create a pdf file. I get my data from an excel file and copy it into powerpoint. I then try to save as pdf but it keeps giving me an error (object required) at the saving pdf section of the macro (see below). I tried changing it multiple times but still can't get it to work. Have attached code below. After I fix this problem, I need to be able to change the size of the object I

How to Insert svg images in PowerPoint?

為{幸葍}努か 提交于 2019-12-11 17:15:54
问题 I was able to add svg images into PPT so far, now suddenly unable to add them. when I add, it comes as internet explore icon with name of the image. anybody have any ideas why it changed suddenly? Is there any way without opening it in Illustrator and bring to ppt? 回答1: I've used the following workaround: import the SVG file into a LibreOffice Impress (it might look a bit ugly in LibreOffice, but don't worry), and then save this as a PowerPoint presentation. When you open this file in