Search found 10 matches
- Thu Feb 10, 2011 10:24 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
With your original Script, I was only able to change the number of copies directly in PowerSwitch. I wanted to be able to set the number of copies using SwitchClient, which I was able to do after adding the additional property editor. Should I have been able to set the number of copies in SwitchClie...
- Sun Feb 06, 2011 2:27 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
Use the SwitchScripter application to modify the script. Try using the "Assemble Job" connector to gather the PDFs to send to Acrobat. Then use the merge option for Acrobat.
- Fri Jan 28, 2011 8:51 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
Dieter,
I followed your instructions, modified Dwight's script and my Flow and got it working. I learned something new.
Cheers,
Gregory
I followed your instructions, modified Dwight's script and my Flow and got it working. I learned something new.
Cheers,
Gregory
- Thu Jan 27, 2011 8:42 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
Dieter,
I haven't actually modified Dwight's script as yet. I was going through the documentation looking for what I would need to add to the script to get this working with Client. I'll try your advice and test flow and report back.
Thanks.
Gregory
I haven't actually modified Dwight's script as yet. I was going through the documentation looking for what I would need to add to the script to get this working with Client. I'll try your advice and test flow and report back.
Thanks.
Gregory
- Wed Jan 26, 2011 9:32 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
Dwight, Nice solutions, thanks for posting. It's nice to see some real world scripting examples to help learn from. I was going to try modifying your script, so I can use SwitchClient to set the copies, but was stuck on the syntax for getting the metadata from the jobs internal job ticket. Can you o...
- Fri Jan 21, 2011 4:49 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
If you don't need to use Switch, you could create an Automator Workflow or an AppleScript to run the Finder's Duplicate command on the file n number of times. Example AppleScript: display dialog "How many times do you want the duplicator to run?" buttons {"Cancel", "OK"...
- Thu Jan 20, 2011 10:30 pm
- Forum: Flows
- Topic: How to duplicate a PDF document
- Replies: 16
- Views: 34930
How to duplicate a PDF document
I think this would have to be accomplished through a script.
- Fri Nov 05, 2010 8:31 pm
- Forum: Flows
- Topic: How To Gather File Names And Include In Email
- Replies: 4
- Views: 14057
How To Gather File Names And Include In Email
Carrie
As a follow up. Turns out the Mail Send processor actually zips the attached files and lists the contents of the zip in the email. Which is what I was looking for. I was originally using the Compress processor to create the zip prior to emailing. Problem solved.
Gregory.
As a follow up. Turns out the Mail Send processor actually zips the attached files and lists the contents of the zip in the email. Which is what I was looking for. I was originally using the Compress processor to create the zip prior to emailing. Problem solved.
Gregory.
- Wed Oct 20, 2010 4:24 pm
- Forum: Flows
- Topic: How To Gather File Names And Include In Email
- Replies: 4
- Views: 14057
How To Gather File Names And Include In Email
Carine
Thanks for the response. I am using PowerSwitch, I'll try my hand at scripting that myself. If I get stuck I'll reach out to Professional Services.
Thanks,
Gregory
Thanks for the response. I am using PowerSwitch, I'll try my hand at scripting that myself. If I get stuck I'll reach out to Professional Services.
Thanks,
Gregory
- Tue Oct 19, 2010 5:27 pm
- Forum: Flows
- Topic: How To Gather File Names And Include In Email
- Replies: 4
- Views: 14057
How To Gather File Names And Include In Email
As part of one of my flows, I am "Assemble Job" flow element to assemble 5 PDFs into a Job. That Job is then Compressed and attached to an "Mail Send" flow. I want to know how to [a] gather the names of the PDFs that were compressed and add them to the body of the "Mail Send...