Embedding PowerPoint documents in WPF

Some instruction on how to embed a PowerPoint presentation within a WPF application by converting the file to a XPS format and displaying this using DocumentViewer. Step 1: Create a WPF Application Step 2. Include the necessary references Microsoft.Office.Interop.PowerPoint Office ReachFramework Step 3: Insert DocumentViewer control into MainWindow.xaml Step 4: Convert the PowerPoint file to …

Continue reading ‘Embedding PowerPoint documents in WPF’ »