https://github.com/winand/pp_addin
PowerPoint add-in with several useful features
https://github.com/winand/pp_addin
addin ms-office office powerpoint productivity
Last synced: 7 months ago
JSON representation
PowerPoint add-in with several useful features
- Host: GitHub
- URL: https://github.com/winand/pp_addin
- Owner: Winand
- License: mit
- Created: 2020-06-07T22:19:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T08:39:24.000Z (over 5 years ago)
- Last Synced: 2025-01-31T06:37:38.524Z (8 months ago)
- Topics: addin, ms-office, office, powerpoint, productivity
- Language: VBA
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerPoint Tools
This add-in for Microsoft PowerPoint includes several features for better productivity.
## Features
* **Embed data** - try to recover source data from charts and embed it into presentation file
* **Break links** - unlink selected chart from its source file
* **Clean designs** - remove all unused designs and templates from presentation file to reduce size
* **Send** - create new Outlook message and attach file with all or selected slides
* **Paste & Replace** - replace selected object on a slide with an object from the clipboard preserving position and ZOrder## Installation
Releases include PPAM add-in files which can be loaded into PowerPoint directly.
`support.office` package is used for semi-automated builds but it's not yet available.
To build add-in file manually:
* Create new presentation
* Add modules listed in `manifest.py` file to VB project
* Save file as PPAM