Actions

Comments

4 Comments »

  1. Great! Thanks for providing this action to Automator (kinda strange it’s not already there). I’d like to request an improvement, however. Can you make it so that one can specify (in the Automator workflow interface) a default location and filename?

    Thanks again.

    Comment by Martin — June 27, 2006 @ 10:38 am

  2. This action answers a need of mine but it doesn’t seem to work well in Leopard. I was hoping to debug it under Leopard but the script was saved as run only. I am hoping the author will release the source (I am not a programmer) or update this action.

    Comment by Adam Borin — March 25, 2008 @ 10:16 pm

  3. […] verrebbe abbastanza automatico visto che ci dobbiamo lavorare, dovete scaricare dal seguente sito: http://automatorworld.com/archives/save-file-as/ la funzione Save as che non esiste purtroppo in Automator e installarla, é questione di un paio di […]

    Pingback by iTecnologici » Blog Archive » Join PDFs — November 4, 2009 @ 5:33 pm

  4. Found another way to do this,
    doesn’t allow user to select path… but there should be a way to use this skeleton to do that too… another variable maybe

    So, here’s how to do it
    add a “run a shell script”, set pass input: as arguments
    add the following:

    for f in “$@”
    do
    cat “$path””$f” > ~/Desktop/Scanned/Combined.pdf
    done

    Comment by zeigerpuppy — June 24, 2010 @ 1:21 am


Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>