I have problem with slide master layout which contains page number and static text. I have them on my layouts but they are not appearing once I'm generating pre
I'm trying to replace text in PowerPoint slides with an image. For example, if I find <graph1> I would like to replace that text with the picture "picture
So we are trying to create some ppt report based on excell data. I'd like for the first slide to have a background image or just an image that is set behind the
Read pptx template then use new data to replace it, there is a scatter chart associated excel data xVal and yVal could replace successfully but how to replace
I was experimenting with the python-pptx library to automate the process of adding images to my presentations. I used code such as: from pptx import Presentatio
How do I add Keyboard shortcuts (Ctrl + uparrow) for PowerPoint ribbon button coding using vsto?
I want to export data from PowerApps to PowerPoint. Is there any possible way to do that?
Trying to add a border color to all tables in Powerpoint and failing. I'm not very good at this. Sub SetTableBorder() Dim oShp As Shape Dim oTbl As Table Dim oS
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