This is a simple project that turns PowerPoint Slides into PDF files with mouse-click-triggered animations turned into page separators.
- Download or clone the repo to local
- Open PowerPoint and press Alt + F11 (
Visual Basic
inDeveloper
tab) - Click
File - Import File
or press Ctrl + M, choose theaddBreak.bas
file in this repository. - Turn back to PowerPoint window and press Alt + F8 (
Macro
inDeveloper
tab) - Click
addAnimationBreaks
andRun
at the right side. - It is done! See the folder and you will find
export.pdf
!
After running the macro, your file opened will be backup.pptx
, remember to open back your original file!
This repository comes with a sample called sample.pptx
, which demonstrated one scenario that this product is used, and the PDF file exported from it, you may also try it yourself. You may also see the images below:
Have Fun!