Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to open a existing PowerPoint slide in WPF program. I would like to view and edit .ppt file in WPF window at same time.Further I want to embed annotated notes on slides(Like ink in MS-Word) and save these notes along slides for future use. After editing .ppt file should be compatible with PowerPoint.

What I have tried:

I have seen solutions regarding automate Powerpoint and "File viewer component" after XPs conversion.
moreover I have seen these solutions
Embed PowerPoint documents in WPF | technical-recipes.com[^]
Embedding PowerPoint presentation player into a WPF application[^]
Posted
Updated 13-Nov-18 8:46am

1 solution

Hi,
What comes to my mind is the use of office development in visual studio which allows you to embed office (word, excel, power point) inside of your wpf or winform application. See the below link for more information.
Office client development | Microsoft Docs[^]

Another links:
Embedding MS Word, Excel, PowerPoint into a WPF Application[^]

However, there are some components like Telerik that provides you out of box functionality.
Bring Office 2016 Inspired Style to Your App with UI for WPF[^]

Cheers,
AH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900