Skip to content

Instantly share code, notes, and snippets.

@fanaugen
fanaugen / ruby on ice 2019.md
Created September 24, 2019 09:13
Ruby on Ice 2019 Notes
@fanaugen
fanaugen / workflow.scpt
Last active July 16, 2025 15:16
Automator workflow to batch-convert MS Word documents (.doc, .docx) into PDF using Apple Pages
(*
* embed this applescript into an Automator workflow to batch-convert
* MS Word documents (.doc, .docx) into PDF using Apple Pages.
*)
on run {input, parameters}
tell application "Pages"
activate
repeat with doc in input