I'm an Automator newbie, but an experienced developer...
I have an Automator action that takes a selection of PDF files and combines them. I want the output file of the Combine PDF action to pipe to an Action that will prompt the user to specify a file for the output (i.e. a Save As... dialog). But I don't see how to do that in Automator. The best I've come up with is to move the generated file and rename it, but I want something more dynamic and user driven.
Here's what I have:
Get Selected Items =>
Sort Finder Items =>
Combine PDF Pages =>
Move Finder Items =>
Rename FInder Items
This is what I really want:
Get Selected Items =>
Sort Finder Items =>
Combine PDF Pages =>
Get Save As... from User (this could be done anytime up to this point)
Save Combined PDF
Am I missing something or do I need to just write an AppleScript for this?
I have an Automator action that takes a selection of PDF files and combines them. I want the output file of the Combine PDF action to pipe to an Action that will prompt the user to specify a file for the output (i.e. a Save As... dialog). But I don't see how to do that in Automator. The best I've come up with is to move the generated file and rename it, but I want something more dynamic and user driven.
Here's what I have:
Get Selected Items =>
Sort Finder Items =>
Combine PDF Pages =>
Move Finder Items =>
Rename FInder Items
This is what I really want:
Get Selected Items =>
Sort Finder Items =>
Combine PDF Pages =>
Get Save As... from User (this could be done anytime up to this point)
Save Combined PDF
Am I missing something or do I need to just write an AppleScript for this?