This add-in allows to embed PlantUML diagrams in PowerPoint presentations.
Windows only. Mac is not supported.
The add-in adds PlantUML
group to Insert Tab
with Insert Diagram
button inside:
-
Click the button to insert a new Diagram. A window will popup:
-
Edit your diagram.
-
Your input is sent to https://www.plantuml.com for rendering. If you want to use different server, type the address in the
PlantUML Server
box. You can also use localplantuml.jar
server to render your diagrams, just locate the jar file usingBrowse for 'plantuml.jar'
option. -
Close the window after finished editing.
-
If you want to update your diagram, open the context menu and select
Edit PlantUML
: -
The diagram editor window will popup again.
PlantUML PowerPoint Add-in 1.4
- Open PowerPoint.
- Go to Developer tab and select
PowerPoint Add-ins
.
-
In the popup window select
Add New...
and findPlantUml.ppam
. -
In the Security Notice that will popup, select
Enable Macros
.
Run build.bat path/to/target/PlantUml.ppam
in src
directory.
- Run
build.bat path/to/target/PlantUml.pptm
insrc
directory. - Open
path/to/target/PlantUml.pptm
with PowerPoint. - Now you can use
View Code
button onDeveloper
tab to develop the add-in code. - In VBA Editor use
File/Export File...
menu to save updated files insrc/vba
. You can also runVBA Sync Tool
GUI to export your changes. - Don't forget to issue a Pull Request.