-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Sample application for converting PowerPoint files to Canvas apps (msapp) files | ||
|
||
This sample application demonstrates how to convert a PowerPoint file to a Canvas app (msapp) file using OpenXML | ||
format for PowerPoint files and YAML format for Canvas app files. | ||
|
||
## Usage | ||
|
||
```PowerShell | ||
pptx2msapp '.\Track Sales Leads Power Apps Canvas App.pptx' | ||
``` | ||
|
||
## Demo | ||
|
||
<video src="demo/PowerPoint 2 Canvas.mp4" Width=800></video> |
Binary file not shown.