Sometimes Mac OS X’s quartz and Microsoft’s Word don’t play so well together. For example, when a single Word document mixes layouts (e.g., portrait, landscape), printing the document yields multiple PDF files — one for each section of the document where there is a layout switch. Here’s the workflow I’m currently using to streamline the process of creating a PDF from a Word document with multiple layouts.
Setup
- If you don’t already have it, download and install Quicksilver
- Create an applescript file using this code (to do so, copy and paste into a text editor, then save as something like Combine PDFs.scpt)
- Move the script you just created to ~/Library/Application Support/Quicksilver/Actions/
Use
- Save a Word document as PDF
- Highlight the multiple PDF files that are created if the document has multiple layouts
- Invoke Quicksilver (usually Control + Spacebar)
- Command + G to grab the files from Quicksilver
- Tab to the second pane and type “Combine PDFs”
- Press enter
- Quicksilver will re-invoke with the new file
- Tab to the next pane and type “rename”
- Give the file your desired name