Skip to main content

Questions tagged [powerpoint]

PowerPoint is a Windows and Macintosh presentation program produced by Microsoft. It is primarily used to create presentations for projection. Due to the flexible nature of its canvas, it is also used for animation, e-learning, web broadcasting, business reporting and kiosk applications.

0 votes
0 answers
9 views

Importing Azure SVG icon library into PowerPoint

When documenting my code I often use the Azure Icon Library. Is there anyway to import all the SVG files into PowerPoint permently so I do not have to upload them from my device all the time?
Thomas Segato's user avatar
-3 votes
0 answers
59 views

How to convert PowerPoint file (PPT) to image

Windows 10 can achieve this, but Linux reports an error. # python code # -*- coding: utf-8 -*- from pptx_tools import utils pptfile = r'E:\\123.pptx' png_folder = r'E:\\temp1' utils.save_pptx_as_png(...
deschen's user avatar
0 votes
1 answer
21 views

Is there a way to refresh Power BI snapshot inserted in a Power Point Presentation automatically?

I have a power point presentation that have some snapshots from Power Bi that I have to send weekly. The thing is that I need to update all data snapshots (Basically, just changing some fields in ...
Personal System's user avatar
0 votes
1 answer
34 views

Extract fill color information from PPT Table

In a PowerPoint presentation, I have a table where one column is filled with different colors. Is it possible to automate to identify/extract the RGB values or color of the fill in each cell? Tried ...
Raj Kumar's user avatar
0 votes
0 answers
41 views

Powerpoint vba macro to play and pause embedded video in slide

I am trying to write a macro which has following features for an embedded video in active slide the macro plays the video if the video is paused the macro pauses the video if the video is playing ...
user1987's user avatar
0 votes
0 answers
22 views

"An Error Occurred While PowerPoint Was Saving the File"

Powerpoint showing "An Error Occurred While PowerPoint Was Saving the File". Been stuck with it for about 2 weeks and tried everything from the web. Someone please help :( !!!! Tried to ...
Jay's user avatar
  • 1
0 votes
0 answers
20 views

How to insert a chart in powerpoint using openxml and c# without making the ppt corrupted?

I have tried this code here that produces chart in powerpoint file but makes the file corrupted and gives the repair message. I wanted the code to generate a uncorrupted powerpoint file with the chart ...
user24731489's user avatar
0 votes
0 answers
20 views

How can I get the content of word file or a ppt file in sharepoint in python using ms graph api?

def get_file_content(access_token, site_id, drive_id, file_id): headers = { 'Authorization': f'Bearer {access_token}', 'Accept': 'application/json' } # URL to fetch ...
Swasti Ranjan's user avatar
0 votes
1 answer
34 views

OpenTBS/PPTX delete master slides and all associated slides (generated from master slides which are deleted)

How can I delete master slides and all slides depending on these master slides, which should be deleted? If deleting does not work, perhaps there is a workaround? E.g. hiding specific ... copy ...
masu_dev's user avatar
1 vote
1 answer
63 views

What is necessary to quit Powerpoint through VBA code from Access?

I suspect I'm missing something very basic here, but manipulating Powerpoint from within Access is apparently so rare that I'm forging blind. Here's the situation: I need to be able to select a ...
LROrr's user avatar
  • 13
0 votes
0 answers
33 views

Undo action not working properly in PowerPoint office add-in when inserting slide using insertSlidesFromBase64 method

I am developing a PowerPoint add-in wherein there is a functionality of adding a slide using the base64 string and the method insertSlidesFromBase64. Below is the code for the same: await PowerPoint....
user25886196's user avatar
0 votes
0 answers
19 views

Trying To Change SeriesCollection.Values Using Powerpoint 365 VBA [duplicate]

I'm trying to change the value of a single bar chart via VBA, unsuccessfully. I can read the value but, cannot change it. Private Sub btnTeste3_Click() Dim sld As Slide Dim shp As Shape ...
Alex Boorjs's user avatar
0 votes
2 answers
67 views

Reading UTF-8 texts in PowerPoint via VBA, for export to another software [duplicate]

I want to read all text in a PowerPoint file using VBA, and write them to external file (or some other way) to use in another Software. I wrote this code: Sub ReadFileText() On Error Resume Next ...
Abbas Hosain's user avatar
0 votes
1 answer
66 views

Add audio to presentation programmatically slide and auto play

I want to add a prerecorded mp3 to a presentation slide and play it when the slide is shown. This is my code, but it does not play audio at all. How to use OpenXML and add audio files to a ...
Patola's user avatar
  • 563
0 votes
1 answer
54 views

How to fill Powerpoint table from Excel data

I have an excel data that contains range from A40 to G1330, but the actual range is from A40 to G63 because the remaining range has formula but the cell is empty "I applied the formula IFERROR ...
Abu Ali's user avatar

15 30 50 per page
1
2 3 4 5
479