Apply a template to a presentation via Automator

J

Jack

Hi;

I have written a short Automator workflow to combine PPT
presentations. This is based on the MS provided "Combine PowerPoint
Presentations" action. The 'combining' is working fine.

The problem is that the resulting "new presentation" has no template
applied. Plain black and white.

I have tried sending the .pot file into this workflow as the first or
last of the presentations to be combined, it is not applied.

So I'm wondering if anyone can make a suggestion about how to
accomplish applying a template to a PPT presentation via Automator.

Please do not respond with "well, after Automator is done, just open
the file and..." If you're thinking like, as far as I'm concerned,
you've missed the whole point of Automator.

Thanks for any suggestions, Jack

OS X 10.4.11
MS Office 2008
Automator 1.0.5
 
S

Steve Rindsberg

It'll be hard for anyone to tell you what's wrong with what you're
doing until you show them what you're doing. ;-)

Post the script if you can.

But one approach would be to save the first presentation under a new
name then use PPT's Insert Slides From File feature to add the slides
from the other file.
 
J

Jack

It'll be hard for anyone to tell you what's wrong with what you're
doing until you show them what you're doing.  ;-)

Post the script if you can.

But one approach would be to save the first presentation under a new
name then use PPT's Insert Slides From File feature to add the slides
from the other file.


The goal is for this to be an automated process. I appreciate the
reply, but I thought I had made it plain (VERY plain) that this needs
to be automated.

As far as posting the script, I don't believe that it's possible to
make what I'm trying to accomplish any more clear than this statement
from my original post:

"So I'm wondering if anyone can make a suggestion about how to
accomplish applying a template to a PPT presentation via Automator."
 
S

Steve Rindsberg

The goal is for this to be an automated process. I appreciate the
reply, but I thought I had made it plain (VERY plain) that this needs
to be automated.

Right. So automate the insert from slide part.

Whether it can be done in Automator, that I can't help with.
 
J

Jim Gordon MVP

Jack said:
The goal is for this to be an automated process. I appreciate the
reply, but I thought I had made it plain (VERY plain) that this needs
to be automated.

As far as posting the script, I don't believe that it's possible to
make what I'm trying to accomplish any more clear than this statement
from my original post:

"So I'm wondering if anyone can make a suggestion about how to
accomplish applying a template to a PPT presentation via Automator."

Hi,

I see.

Then tack on the Run Applescript automator action to the end of your
automator action.

Your Applescript would then implement either the Apply Template or Apply
Theme command.

-Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top