Nokia Belle and PowerPoint

Nokia and Microsoft announced the introduction of some applications for free available for Nokia Belle, a smartphone that earns corporate street-cred with Microsoft Office apps. If you ever wanted to create images and rich documents or notes in your smartphone, then this is the opportunity to explore new ways to do it with Nokia Belle. With …

Maps for PowerPoint

Sometimes we need to show maps in PowerPoint presentations and we have already commented how to embed real time Maps from Google Maps into PowerPoint presentations, but sometimes it is enough to use a map clipart in our slides. For example, if we are making a global PowerPoint template or virtual teams, it would be …

C# Code to convert PowerPoint slide to image

C# Code to convert PowerPoint slide to image

If you want to automate your business process and export PowerPoint files to images then this code can be really helpful. This C# Code will help you to open PowerPoint files programmatically and then export the slide to image. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Office.Core; using Microsoft.Office.Interop.PowerPoint; namespace ConsoleApplication1 { class Program { …