I just want to add a shadow to the shapes that I am creating while using python-pptx. I have read as many documents about using shadows in python-pptx as I can
I'm trying to make a python script using python-pptx but I struggle with inserting a picture into a shape. Basically, I need it for making the picture transpare
I wrote code to create Presentation Document using open-xml SDK. I follow this sample code. MSDD Sample Code. Now i need to apply margin before starting my text
I want to give glow/shrink animation to a text in PowerPoint using VBA. I can not configure it to give size 110% (it takes default size 150%) & also want a
I want to give glow/shrink animation to a text in PowerPoint using VBA. I can not configure it to give size 110% (it takes default size 150%) & also want a
A 'pptx' format file should be able to export to a 'svg' file or some 'svg' files (just one slide to one 'svg' file) in the latest version of PowerPoint(the fun
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
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
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
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
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
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
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
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
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
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
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
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/
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
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