Skip to content

kmierzeje/plantuml-powerpoint-addin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

plantuml-powerpoint-addin

This add-in allows to embed PlantUML diagrams in PowerPoint presentations.

Windows only. Mac is not supported.

Usage

The add-in adds PlantUML group to Insert Tab with Insert Diagram button inside:

obraz

  1. Click the button to insert a new Diagram. A window will popup:

    image

  2. Edit your diagram.

  3. 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 local plantuml.jar server to render your diagrams, just locate the jar file using Browse for 'plantuml.jar' option.

    image

  4. Close the window after finished editing.

  5. If you want to update your diagram, open the context menu and select Edit PlantUML:

    obraz

  6. The diagram editor window will popup again.

Download

PlantUML PowerPoint Add-in 1.4

Install

  1. Open PowerPoint.
  2. Go to Developer tab and select PowerPoint Add-ins.

obraz

  1. In the popup window select Add New... and find PlantUml.ppam.

    obraz

  2. In the Security Notice that will popup, select Enable Macros.

    obraz

Development and Building

Prerequisites

Building

Run build.bat path/to/target/PlantUml.ppam in src directory.

Development

  1. Run build.bat path/to/target/PlantUml.pptm in src directory.
  2. Open path/to/target/PlantUml.pptm with PowerPoint.
  3. Now you can use View Code button on Developer tab to develop the add-in code.
  4. In VBA Editor use File/Export File... menu to save updated files in src/vba. You can also run VBA Sync Tool GUI to export your changes.
  5. Don't forget to issue a Pull Request.