Issue converting powerpoint to pdf, converting every other itteration
Stack Overflow Forums » Powerpoint
by Sophie Lee
3h ago
I have four sets of testing sites, and for each one I am making a powerpoint and I want to convert that powerpoint to a PDF. When I run the code all four powerpoints are made correctly, but only every other pdf is being made. For example, for plot 1 a, b, c, & d it will convert plot 1a and plot 1c but not plot 1b & plot 1d. The pdfs that are converted are correct. I get the error code: "in getattr raise AttributeError("%s.%s" % (self.username, attr)) AttributeError: Open.SaveAs" Here is my code: try: output_path = rf'P:\TEMP Python Tools\QWCDB\Make Plot\test plots\{media}_ ..read more
Visit website
How to solve problem: The Linked File was unavailable and couldn´t be updated - Power Point VBA
Stack Overflow Forums » Powerpoint
by Regina V
1d ago
I am automating a Power Point based on VBA code and everything works perfect except when I run the macro twice and I have the excel document open to which many other shapes in the presentation are linked. The macro updates the shapes in the power point which are linked to one specific excel document. The first time I run the macro with the excel open, it updates everythging well and the second time I run the macro it sends me the error in the photo attatched. Does anyone know how I can solve this problem? The excel document never moves from place and is always on the same directory which is th ..read more
Visit website
How to Create a PowerPoint Presentation from a Template using Apache POI on Microsoft Fabric Spark in Scala?
Stack Overflow Forums » Powerpoint
by saviourofdp
1d ago
I want to read a PowerPoint POTX file using Apache POI and populate the template as part of a notebook run and write the resulting PPTX file to Azure Blob Storage. This is performed on Spark in Microsoft's Fabric product. Fabric allows uploading Java dependencies to an Environment and you can create multiple Environments. You can choose which Environment to use when running the notebook. I've created an Environment for POI 5.2.3. The libraries I've uploaded are 5.2.3 commons-codec-1.15.jar commons-collections4-4.4.jar commons-compress-1.21.jar commons-io-2.11.0.jar commons-math ..read more
Visit website
PowerPoint Slide Count Using Excel Power Query Using Get Data From Folder
Stack Overflow Forums » Powerpoint
by BWS
2d ago
How do I get the total slide count across multiple PowerPoint presentations? I have a folder with ~100 PowerPoint files and I'm curious to know the combined slide count. I used Excel Power Query >> Get Data >> From Folder, but I can find the attribute for slide count. I can see the data if I view the properties using file explorer and selecting "Details" then scroll down to the "Content" area. Is there a way to export this information to Excel using Power Query? I used Excel Power Query >> Get Data >> From Folder, but I can find the attribute for slide count. Is there ..read more
Visit website
Npm package to find the total no of slides present in the uploaded pptx file using nodejs
Stack Overflow Forums » Powerpoint
by rama rangeswara reddy
2d ago
In the Node.js project, I need an npm package that can determine the number of slides present in a .pptx file. I tried using the node-pptx package, but it doesn't seem to provide a method for retrieving the total slide count for a .pptx file. Is there a way to find the total number of slides present in the .pptx file ..read more
Visit website
Getting Microsoft Powerpoint for free on Android [closed]
Stack Overflow Forums » Powerpoint
by Mfighter29
5d ago
I want to get Microsotft Powerpoint on my android device, yet I'm not in a situation where I can pay for a subscription due to the bannings in my country and am in need of finding a free, cracked version. I have tried logging in to my Microsoft 365 account. Using the online version of Powerpoint works great. However, that is not my goal. I want to download it as an application which doesn't require me to purchase a subscription after 30 days. I would appreciate a solution or a file link to this problem and will be happy to provide further information ..read more
Visit website
How to import a dashboard in powerpoint?
Stack Overflow Forums » Powerpoint
by sarah kim
1w ago
What are all the methods possible to export a Power BI dashboard and import it into PowerPoint? I tried clicking on "Share" as I saw in a tutorial, but I encountered an issue where this message appears:https://media.discordapp.net/attachments/1140713543721832618/1232840428517195847/image.png?ex=662aeb9f&is=66299a1f&hm=70ea0ff4ee8470fa3533e8b1cd71a6c22c0b94306f4c84713c192b769d65bf68&=&format=webp&quality=lossless&width=1119&height=577 and i don't have an account ..read more
Visit website
Unable to add a base64encoded image in the slide of Powerpoint on Web
Stack Overflow Forums » Powerpoint
by user24590807
1w ago
I created the PowerPoint office add-in to add the base64 encoded string as an image into the slide. it's working properly on Desktop but through the error on Web Step to reproduce: A. load icon list from CDN server window.onload = function () { var iconContainer = document.getElementById('icon-container'); // Iteration over all icons icons.forEach(function (icon) { var img = new Image(); img.src = icon.url; img.className = 'icon-thumbnail'; img.onclick = function () { // Fetch the image data from the URL, then pass it to the insertIcon function insertIcon(icon.url); }; iconCont ..read more
Visit website
Shinyapp to download slides with a map
Stack Overflow Forums » Powerpoint
by romanceline
1w ago
Here is a quick example of a shiny app that allows the user to select data to display on a map and to download slides containing this map. It works locally but not when deployed. It seems related to PhantomJS but i can't figure out if there is a solution? Or maybe a workaround to the use of mapshot? library(sf) library(leaflet) library(officer) library(shiny) library(mapview) library(webshot) library(shinyWidgets) library(RSelenium) temp_folder <- tempfile() onStop(function() { cat("Removing Temporary Files and Folders\n") unlink(temp_folder, recursive=TRUE) }) dir.create(temp_fo ..read more
Visit website
How to get animation duration time which is shown bottom of the animation pane in power point
Stack Overflow Forums » Powerpoint
by Danny Coleiro
1w ago
I am a Microsoft Office 2021 user. The following code is okey. You will see a beautiful effect (animation) when you run the following code. The following effect (animation) duration time is 3,1 seconds. Sub Macro1() 'Delete all slides For i = ActivePresentation.Slides.Count To 1 Step -1 ActivePresentation.Slides(i).Delete Next i 'Add a blank slide ActivePresentation.Slides.Add 1, ppLayoutBlank 'Add a Textbox and named as myTextbox. With ActivePresentation.Slides(1).Shapes.AddTextbox( _ Orientation:=msoTextOrientationHorizontal, _ Left:=100, Top:=100, Width:=500, H ..read more
Visit website

Follow Stack Overflow Forums » Powerpoint on FeedSpot

Continue with Google
Continue with Apple
OR