PowerPoint Presentations

C Generation and an emerging consumer trend

There was a niche generation of of youngsters born between March 12, 1988 and April 24, 1993; the C stands for CONTENT, and anyone with even a tiny amount of creative talent can (and probably will) be part of this not-so-exclusive trend. The named Generation C phenomenon captures the an avalanche of consumer generated content …

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 …

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 { …