Re: multiple layer -> multiple page PDF export
Wim Lewis <[email protected]>
| Newsgroups | gmane.comp.graphics.omnigraffle.user |
|---|---|
| Message-ID | <[email protected]> |
On Feb 7, 2010, at 11:34 PM, John Oram wrote: > Is this possible? I believe canvases export this way, but I don't believe layers do. Sorry if I'm missing something obvious. I think you're right, there isn't a builtin way to export each layer to a separate PDF page. There are some workarounds --- you could write an applescript to copy each layer to a new canvas, and export all those; you could export to SVG which (IIRC) puts each layer in its own group, and fiddle with them in an SVG editor... none of these are really ideal though.