Questions tagged [powerpoint-interop]

20 questions
0
votes
1 answer

Opening up a PowerPoint file using Interop hangs on one users computer

I'm at a little loss on this one. I have a C# application that creates PowerPoint presentations from a template file. This application works for all but one user. On this users computer the application used to run fine but now hangs when trying to…
Mandelbrotter
  • 2,216
  • 2
  • 11
  • 28
0
votes
1 answer

How to fill the chart title with a custom gradient background using Microsoft.Office.Interop.PowerPoint?

I have a PowerPoint chart and I want to fill the chart title area with a custom gradient background. This is the code I tried: Chart chart = myShape.Chart; chart.ChartTitle.Fill.TwoColorGradient(MsoGradientStyle.msoGradientHorizontal,…
EstevaoLuis
  • 2,422
  • 7
  • 33
  • 40
0
votes
0 answers

PowerPoint Application .Quit() is causing all processes to be closed

We have some code where we are using Microsoft.Office.Interop.PowerPoint to export some dashboards. We are seeing issues where when we export the dashboard everything is working, but within 2 minutes or so ALL opened Power Points are automatically…
0
votes
1 answer

Interop PowerPoint notes pages

Does interop have a way to change the view of a PowerPoint presentation to notes pages? I'm building an application to automatically convert a large amount of pptx files to pdf and would much prefer the pdf's to be in note page view but I can't seem…
Slamerz
  • 21
  • 2
-1
votes
1 answer

PowerPoint Interop order of add picture matters?

I have to automate the creation of a powerpoint presentation. The master slide which is causing trouble has 2 pictureboxes and some textfields. I'm adding pictures by getting the shape (the prepared picturebox) with an id and adding the picture at…
xeraphim
  • 4,375
  • 9
  • 54
  • 102
1
2