• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: illustrator-10-scripting: removing things
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: illustrator-10-scripting: removing things


  • Subject: Re: illustrator-10-scripting: removing things
  • From: Simon Topliss <email@hidden>
  • Date: Sat, 26 Oct 2002 22:25:09 +0100

Hello Michael,

tell application "Adobe Illustrator 10"
tell document 1
-- show and unhide all the layers
set visible of layers to true
set locked of layers to false
-- unhide and unlock all the page items
try
set hidden of (page items whose hidden is true) to false
end try
try
set locked of (page items whose locked is true) to false
end try
-- delete the bits
delete (path items whose guides is true)
delete (path items whose filled is false and its stroked is false)
delete (graph items)
end tell
end tell

Simon

On 26/10/02 7:43 pm, "Michael Stoll" <email@hidden> wrote:

> hello,
>
> we are looking for a script to remove the following
> from the actual document:
>
> -> guides
> -> no-fill/no-stroke-objekts
> -> all individual chart-designs (<-this is the most important)
>
> help desperatly needed.
> thank you in advance.
>
> michael.
>
> _______________________________________________________
> Werder & Stoll. Design Consultants
> _______________________________________________________
> Claudia Werder, Designerin MA (RCA)
> Michael Stoll, Diplom-Designer (FH), AGD, SND
> _______________________________________________________
> Ebertstrasse 8
> D-72072 Tuebingen/Germany
>
> phone ++49 (0) 7071 / 360303
> fax ++49 (0) 7071 / 360325
> e-mail email@hidden
> WWW http://www.we-st.de
> _______________________________________________________
> _______________________________________________
> applescript-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/applescript-users
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: illustrator-10-scripting: removing things
      • From: Michael Stoll <email@hidden>
    • Re: illustrator-10-scripting: removing things
      • From: Jason Bourque <email@hidden>
References: 
 >illustrator-10-scripting: removing things (From: Michael Stoll <email@hidden>)

  • Prev by Date: Re: R?©p. : Apple - About Apple - Mailing Lists
  • Next by Date: Re: filtering a list of items with Finder
  • Previous by thread: illustrator-10-scripting: removing things
  • Next by thread: Re: illustrator-10-scripting: removing things
  • Index(es):
    • Date
    • Thread