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

iPad presentation and PowerPoint

In a post published on Mashable we can learn about 11 useful applications for iPad that can be helpful to create presentations. Here we will summarize these applications in  this article. Meetings and presentations are a way of life in the business world and millions of presentations are held every day. Keynote Keynote is part …

Create Flow Diagrams in PowerPoint using Shapes

Shapes in PowerPoint are fabulous also to create flow diagrams in PowerPoint. Here we will see how we can create attractive flow diagrams using shapes in PowerPoint. These flow diagrams can be used for different purposes, including business presentations but also engineering or software development. You can design your own flow diagrams in PowerPoint using shapes. In …