

- #DIFFERENCE BETWEEN OMNIGRAFFLE PRO AND STANDARD HOW TO#
- #DIFFERENCE BETWEEN OMNIGRAFFLE PRO AND STANDARD PDF#
- #DIFFERENCE BETWEEN OMNIGRAFFLE PRO AND STANDARD UPDATE#
The following example shows you how to reposition all objects in your document by a certain horizontal/vertical offset - in this case, 20 pixels up, and 20 pixels to the left. To execute AppleScript, open the AppleScript editor, create a script in it, and run it. Omnigraffle gives quite a bit of access to AppleScript for automating just about anything you can do by hand.
#DIFFERENCE BETWEEN OMNIGRAFFLE PRO AND STANDARD UPDATE#
Update (): a new version of this script that prompts for the horizontal and vertical offsets (rather than having to edit the script) appears after the jump. Preview will automatically set the zoom to fit the paper size you select in its print dialog,
#DIFFERENCE BETWEEN OMNIGRAFFLE PRO AND STANDARD PDF#
All resulting pages in the PDF will be sized to your canvas size (assuming you followed step 1 above). Note: do NOT print to PDF, but instead go to File > Export and chose PDF document.


No trigonometry needed for calculating x,y postions on the arc. This makes creating a pie chart a piece of cake, as you just take the percentage of the chart that a piece of data would occupy, multiply it by 360, and that is the span of the arc. (Adjustable Arc has the same properties.) If Adjustable Wedge were a clock, 0 would be 12 o'clock, 90 would be 3 o'clock, 270 would be 9 o'clock, and so on. Here I'll be focusing on the Adjustable Wedge, which is not in the Tools toolbar, but you can find it in the Common stencil under "Shapes."Īdjustable Wedge turns out to be very easy to manipulate, as it has the properties startAngle and endAngle for adjusting the outer arc, each of which goes from 0 to 360. (See Shapes in OmniGraffle's AppleScript Dictionary.) These blessed shapes are Adjustable Wedge, Adjustable Arc, Adjustable Star, Adjustable Arrow, and Adjustable Double Arrow. Some of these have special AppleScript access. OmniGraffle has a set of built-in tools and shapes that you can reference by name in AppleScript.
