Converting PowerPoint Presentations to Images Using C# Interop
(1) Add a referance to the COM component Microsoft.Office.Interop.PowerPoint. (2) Create an instance of Microsoft.Office.Interop.PowerPoint.Application. (3) Open the PowerPoint file using Application.Presentations.Open. (4) Determine the output dimensions based on the slide aspect ratio (PageSetup....