The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Today's Posts

 
A script to print a perspective 4 pages per sheet Thread Tools Search this Thread Display Modes
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
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?
 
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 OmniFocus > Help > Send Feedback ...

--

Last edited by RobTrew; 2010-10-27 at 06:09 AM.. Reason: typo
 
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!
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Omni Focus Perspective Print to Dropbox Yury OmniFocus Extras 5 2013-04-28 07:58 AM
Mass de-flag in context/perspective script. roadtrip OmniFocus Extras 5 2012-01-26 12:57 PM
Print Contects on seperate pages KevinMichaelReed OmniFocus 1 for Mac 2 2010-03-24 03:57 PM
Script to print email as pdf to inbox attachment Millerworld OmniFocus Extras 2 2009-04-29 02:24 PM
applescript: print selected perspective steve OmniFocus Extras 1 2007-11-17 05:25 PM


All times are GMT -8. The time now is 03:35 AM.


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