Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'OS X includes a Python script to do this' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
OS X includes a Python script to do this
Authored by: pknotz on Jun 13, '07 10:45:41AM
OS X has a python script to do this -- it's included with Automator. Here's an example of how to run it:
/usr/bin/python '/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py' -o combined.pdf page1.pdf page2.pdf page3.pdf


[ Reply to This | # ]