VBA script to export a PowerPoint presentation in markdown format.
- Open a presentation
- Ctrl + F11 to open the development tools.
- Copy the content of ppt2md.vbs into a new module.
- Run the macro
- The results are in the build folder.
- Open the
*.md
file on VS VS Code for example. - Install Marp Extension to see the markdown presentation.
💡 You can use (Pandoc) to build a beamer présentation.
GNU Affero General Public License. For more details, see the LICENSE FILE.