Category "powerpoint"

Unable to delete PowerPoint Slides using Python-pptx

I am trying to delete PowerPoint slides containing a specific keywords using Python-pptx. If the keyword is present anywhere in the slide then that slide will b

python-pptx: Any way to make text vertical?

Is there any way to control text direction in python-pptx? What I want to do is make text in shapes vertical as shown in the image below. I have searched the do

Is there a way to check if a PowerPoint is being presented using VBA code?

I am working on a VBA Module for an interactive PowerPoint. Specifically, I would like a text box to display the current time and update every second (like a li

Extract text content from PPT and output file as a word doc

Taken dis codes from random sites using for extract the text content in Slide and Notes section from PPT slides. But the output file given as a NOTEPAD. I want

Why doesn't changing the data point value(s) updates the value in backend excel of a ppt chart?

I stumbled onto something very interesting. So I have two charts. They have the same series names but different data. Using the below code, I replaced all the v

Extract & Replace text for python-pptx graphicframe

I am extracting data from a slide, so for table, chart and normal shape which has a text frame, I am able to get text and replace it. But when it comes to Smar

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.