Category "powerpoint"

Powerpoint VBA Select Folder of images, place those images on slides

How can I make the second set of code reference the selection made in the first set, instead of the hard coded location it currently uses? these two sets do exa

Python and PowerPoint replace '<br><br>' becomes '_x000D_'

I'm creating a PowerPoint with Python pptx and my query result string contains the html '<br><br>' and I'm trying to replace it with '\n' like: TDs

How to extract FREEFORM shapes from ppt and save it in png file using pptx

I have a ppt file that contains some maps(for eg. world map) tagged as freeform shape in xml file. I want to decode the freeform object and extract it in png or

Adding video in ppt using python cannot be played

I have to insert a video in ppt using python-pptx library. And also i have added the below code to insert it: from pptx import Presentation from pptx.util impo

Adobe PDF to PPT API

Does Adobe provide an official API to convert PDF file to PPT? https://www.adobe.com/in/acrobat/online/pdf-to-ppt.html Note: I am only looking for official APIs

Inserting a Slide Zoom in PowerPoint 2016 using vba

PowerPoint 2016 has a neat new feature where you can insert Zoom Slides/Sections. See here if you don't know what I'm talking about: https://support.office.com/

Is there any way to add Tags to the slide from Power Point web add-in?

We know we can add the Tags attributes to the slide from "windows PowerPoint add-in". But we couldn't find that option in web add-in. Is there any way to add t

Powerpoint vba - copying table from excel

I have been trying to write a macro that updates a presentation through powerpoint vba using tables from excel. Here is what I am doing The code first deletes

Automating conversion from 4:3 to 16:9 in PowerPoint, including contents

I'm looking to find and/or develop an automated approach for converting existing PowerPoint presentations across aspect ratios (namely from 4:3 to 16:9 format).

Count number of slides of ppt file in php

I am trying to get the number of slides of a ppt file. I am getting the number of slides sometimes but sometimes it will not give me the count. I don't get what

OpenXml SDK PowerPoint Sunburst chart

The Sunburst chart type was introduced in Office 2016 / 365, along with some other new chart types. I'm trying to work with the chart type in PowerPoint, but it

Is there a way to adjust Powerpoint chart inside of web application?

Current behavior: I'm generating PowerPoint presentation using Aspose Slides and I'm adding some charts (simple rectangles) with connectors in few slides. Wha

Macro to resize all text boxes in a powerpoint presentation

I exported a PDF as a powerpoint presentation. The PDF had A4 pages, while the powerpoint has wide slides (16:9), and the text has ended up being centered in th

Adding a scroll bar for oversized picture to powerpoint

I have an oversized picture that I want to add to a powerpoint slide. I want the picture to fit within a box and have a vertical scroll bar.

detect events on powerpoint shapes from C#

is it possible to detect the events which happen on a powerpoint shape like, let say, an arrow??? Until now, I've found the only possibilities are selectedite

detect events on powerpoint shapes from C#

is it possible to detect the events which happen on a powerpoint shape like, let say, an arrow??? Until now, I've found the only possibilities are selectedite