Export PowerPoint to PDF with each animation on a separate slide

Solution 1:

Converting a PPT to a PDF while maintaining the animation steps is something I too have been looking into for a long while, without finding a satisfactory solution.

That is why I have decided to write an add-in on my own which does exactly this:

  • splits the slides at each animation step (being it mouse-triggered or not depends on the user's choice)
  • while modifying (adding, deleting, altering) the shapes in the "fragmented slide" according to the animation effects.

If you are interested, I have packaged the add-in in an easy-to-use installer, which adds a toolbar (or tab, if you are using Office 2007) to your PowerPoint. In case you are not satisfied, you can easily remove the add-in using the standard Control Panel "Add/Remove Applications" tool.

You can get PPspliT here. Examples of usage are also provided.

Solution 2:

One thing you can do is to create a slide before every change in the animation, that way you can export it to pdf.

another option can be to run through the animation and take screen shots at regular intervals and then store them together.

Third option can be to write a macro using vba where using the macro you can run the animation within the slide and at each change in the animation you can copy the current slide to a new slide and then save all as pdf.May i know if you have to press a key/mousecick or each single step is automatic transition?