The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   A script to print a perspective 4 pages per sheet (http://forums.omnigroup.com/showthread.php?t=18681)

tosz 2010-10-26 09:41 AM

A script to print a perspective 4 pages per sheet
 
I am attempting to write a script that would:

1. Open OF
2. Print the "Today" perspective formatted to 4 pages per sheet
3. Close OF

Here's the script:

[CODE]
property PrintPerspective : "Today"

tell application "OmniFocus"
activate
print perspective PrintPerspective with properties {pages across:2, pages down:2} ¬
without print dialog
quit with saving
end tell
[/CODE]

For some reason, it always prints one page per sheet instead of 4 and I can't figure out why and how to change it (I'm brand new to AppleScript).

Any suggestions how to accomplish the above?

RobTrew 2010-10-26 01:42 PM

I may be wrong, but it looks to me as if the print settings parameter simply isn't working ...
The quickest route to help might be [B]OmniFocus > Help > Send Feedback ...[/B]

[COLOR="White"]--[/COLOR]

Brian 2010-10-26 03:31 PM

Yeah, this looks like a bug on our end - written up.

Unfortunately, I don't have an immediate workaround to offer you on this one. I'm sorry for the trouble!


All times are GMT -8. The time now is 07:50 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.