https://github.com/jenskrumsieck/powerpoint-remote
A simple WPF/Web based Remote for Powerpoint.
https://github.com/jenskrumsieck/powerpoint-remote
com csharp powerpoint ppt tu-braunschweig web wpf
Last synced: 2 months ago
JSON representation
A simple WPF/Web based Remote for Powerpoint.
- Host: GitHub
- URL: https://github.com/jenskrumsieck/powerpoint-remote
- Owner: JensKrumsieck
- Created: 2021-11-07T20:38:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T22:15:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T14:41:13.924Z (8 months ago)
- Topics: com, csharp, powerpoint, ppt, tu-braunschweig, web, wpf
- Language: C#
- Homepage:
- Size: 338 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerPoint-Remote
**A simple WPF/Web based Remote for Powerpoint.**
Open a PPT File to start the Server and use the QR Code to navigate your webbrowser to the internal server. You will see a preview of the current slide and next/previous buttons to navigate through the presentation.
The Slideshow is controlled by sending webrequest from the web interface to the internal server. The server forwards the commands via COM to the powerpoint instance. Screenshots of the Slideshow-Monitor are send as MemoryStream-based response to the /preview request to show the current slide as image.
some inspiration came from: https://github.com/PuZhiweizuishuai/PPT-Remote-control