This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Adobe Illustrator > May 2005 > Auto export of layers on Illustrator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Auto export of layers on Illustrator
|
|
| news.tpi.pl 2005-04-27, 4:17 am |
|
How can I export every single layer separately and do this automatically in
one click? I don't like that Illustrator doesn't contain a multipage option
for projects. Hence of this, when I want to store a multipage project I use
the layers 'cheat' instead. Every single layer contains one complete
page/scene of my project.
The problem of this solvation appears when I need to export every layers
separately. I have to mark the eye on single layer, then export. It takes a
lot of time when I have multipage project. Is there any way to make it
automatically? Is there any other way how you solve that probl?
| |
| Paul Asente 2005-04-27, 7:14 am |
| In article <d4n1b6$joo$1@nemesis.news.tpi.pl>,
"news.tpi.pl" <humpty@dumpty.pl> wrote:
> How can I export every single layer separately and do this automatically in
> one click? I don't like that Illustrator doesn't contain a multipage option
> for projects. Hence of this, when I want to store a multipage project I use
> the layers 'cheat' instead. Every single layer contains one complete
> page/scene of my project.
> The problem of this solvation appears when I need to export every layers
> separately. I have to mark the eye on single layer, then export. It takes a
> lot of time when I have multipage project. Is there any way to make it
> automatically? Is there any other way how you solve that probl?
You might also investigate using multiple pages in Illustrator. Under
Document Setup (or the Print dialog in Illustrator CS & CS2) make an
artboard that is several pages large, and choose "Tile full pages".
Tip: let Illustrator do the math for you. If you want n A4 pages,
select A4 as a page size, then just append "*n" to the width or height
to get the size of the artboard you need.
-- paul asente
To reply, make the host be the same as my last name
| |
| news.tpi.pl 2005-04-30, 7:14 pm |
|
Uzytkownik "Paul Asente" <usenet@not-asente.com> napisal w wiadomosci
news:usenet-15A496.02065027042005@newshost.allthenewsgroups.com...
> In article <d4n1b6$joo$1@nemesis.news.tpi.pl>,
> "news.tpi.pl" <humpty@dumpty.pl> wrote:
>
>
> You might also investigate using multiple pages in Illustrator. Under
> Document Setup (or the Print dialog in Illustrator CS & CS2) make an
> artboard that is several pages large, and choose "Tile full pages".
>
> Tip: let Illustrator do the math for you. If you want n A4 pages,
> select A4 as a page size, then just append "*n" to the width or height
> to get the size of the artboard you need.
>
> -- paul asente
> To reply, make the host be the same as my last name
nice thing,
but that doesn't solve my problem basically. Is there at least any adequate
option of photoshop's batch?
| |
| JasonR 2005-04-30, 7:14 pm |
| news.tpi.pl wrote:
> How can I export every single layer separately and do this automatically in
> one click? I don't like that Illustrator doesn't contain a multipage option
> for projects. Hence of this, when I want to store a multipage project I use
> the layers 'cheat' instead. Every single layer contains one complete
> page/scene of my project.
> The problem of this solvation appears when I need to export every layers
> separately. I have to mark the eye on single layer, then export. It takes a
> lot of time when I have multipage project. Is there any way to make it
> automatically? Is there any other way how you solve that probl?
>
>
This is achievable through scripting. I've seen a script somewhere that
exports a flash format, taking each frame from a separate document layer.
| |
| news.tpi.pl 2005-05-03, 4:14 am |
|
Uzytkownik "Paul Asente" <usenet@not-asente.com> napisal w wiadomosci
news:usenet-15A496.02065027042005@newshost.allthenewsgroups.com...
> In article <d4n1b6$joo$1@nemesis.news.tpi.pl>,
> "news.tpi.pl" <humpty@dumpty.pl> wrote:
>
>
> You might also investigate using multiple pages in Illustrator. Under
> Document Setup (or the Print dialog in Illustrator CS & CS2) make an
> artboard that is several pages large, and choose "Tile full pages".
>
> Tip: let Illustrator do the math for you. If you want n A4 pages,
> select A4 as a page size, then just append "*n" to the width or height
> to get the size of the artboard you need.
>
> -- paul asente
> To reply, make the host be the same as my last name
nice thing,
but that doesn't solve my problem basically. Is there at least any adequate
option of photoshop's batch?
| |
| news.tpi.pl 2005-05-05, 7:16 pm |
|
Uzytkownik "JasonR" <null_account2000@yahoo.co.uk> napisal w wiadomosci
news:4273f2f5$0$571$ed2619ec@ptn-nntp-reader03.plus.net...
> news.tpi.pl wrote:
>
> This is achievable through scripting. I've seen a script somewhere that
> exports a flash format, taking each frame from a separate document layer.
Any idea where to find it?
| |
| JasonR 2005-05-08, 7:14 pm |
|
>
>
> Any idea where to find it?
>
>
I think that I stumbled across it on www.adobe.com. Go to Support |
Forums | Illustrator Scripting.
If you want to find out more about scripting then you should find some
documentation on the installation CD, or you could check out:-
http://partners.adobe.com/public/de..._scripting.html
What you want to achieve is not actually difficult in programming terms.
It might be worth your while, especially in the long-run, to learn one
of the supported languages, if you're not familiar with one already of
course.
User submitted scripts can be found at:-
http://share.studio.adobe.com/axBro...ctType.asp?t=34
| |
| JasonR 2005-05-10, 4:15 am |
|
>
>
> Any idea where to find it?
>
>
I think that I stumbled across it on www.adobe.com. Go to Support |
Forums | Illustrator Scripting.
If you want to find out more about scripting then you should find some
documentation on the installation CD, or you could check out:-
http://partners.adobe.com/public/de..._scripting.html
What you want to achieve is not actually difficult in programming terms.
It might be worth your while, especially in the long-run, to learn one
of the supported languages, if you're not familiar with one already of
course.
User submitted scripts can be found at:-
http://share.studio.adobe.com/axBro...ctType.asp?t=34
| |
| JasonR 2005-05-13, 7:18 pm |
|
>
>
> Any idea where to find it?
>
>
I think that I stumbled across it on www.adobe.com. Go to Support |
Forums | Illustrator Scripting.
If you want to find out more about scripting then you should find some
documentation on the installation CD, or you could check out:-
http://partners.adobe.com/public/de..._scripting.html
What you want to achieve is not actually difficult in programming terms.
It might be worth your while, especially in the long-run, to learn one
of the supported languages, if you're not familiar with one already of
course.
User submitted scripts can be found at:-
http://share.studio.adobe.com/axBro...ctType.asp?t=34
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|