Re: [Possible Spam - score 2.64] Batch processing
Chris Ridd <[email protected]>
| Newsgroups | gmane.comp.graphics.omnigraffle.user |
|---|---|
| Message-ID | <[email protected]> |
Gustavo Gutierrez wrote: > Hello, > > I am using omnigraffle to visualize a very huge graph. I have the graph > in dot and I would like omnigraffle to render it for me. Everything is > fine so far and for small graphs there is no problem; however, I would > like to know if it is possible to use omnigraffle to do the same but in > batch. I mean, as the graph is quite large it will take some time to > render, and I would like to do something like this: > > ./omnigraffle input.dot output.graffle > > is it possible to do something like that? You'd have to write an Applescript which called OmniGraffle to do the conversion. I don't think it would be hard, but I'm no Applescript expert :-( You can call Applescripts from the command-line using Apple's osascript tool. Cheers, Chris