Homan 發表於 1-5-2011 18:10:59

Automator 自動工作程序

小弟要把一個multi-paged 的pdf 轉為一個一個的圖片(.png),網上找到一些程式但都是收費或功能有限,後來,在一個外國mac 論壇有人教了用mac OSX 內的「Automator」來自動為我工作:


Automator as a "Render PDF Pages to Images" action. Under Snow Leopard, there's a wizard that pops up when you run Automator asking you to choose a template. The second template is "Application":

    Applications are self-running workflows. Any files or folders dropped onto an Application will be used as input to the workflow.

So:

    Open Automator
    Choose "Application"
    Drag the "Render PDF Pages to Images" action onto the workflow
    This action produces random filenames, so follow it with "Rename Finder Items" (choose "Make sequential" from the dropdown list
    Then add a "Move Finder Items" to have the output files moved to the Desktop
    Save your new application somewhere
    Drag files onto it
    Enjoy.

source: http://superuser.com/questions/8 ... pdf-to-image-on-mac


小弟跟據以上方法,建立了一個automator 檔案:


結果,Automator輕輕鬆鬆的幫助我完成工作~~
頁: [1]
查看完整版本: Automator 自動工作程序