• 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
Missing fonts problem in Illustrator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing fonts problem in Illustrator


  • Subject: Missing fonts problem in Illustrator
  • From: Brian Christmas <email@hidden>
  • Date: Sat, 20 Feb 2016 21:24:33 +1100

G’day scripters.

I’ve been set a difficult task. Sometimes when we receive Illustrator files, there are fonts displaying in the document that are not on our system, and a message pops up that this is the case, and that the fonts will be replaced with others.

This message can’t be trapped, and shows as soon as the file is opened. Not even when the ‘open’ statement is wrapped in a try/end try.

We’d like to divert such files to an ‘* items to manually process’ mailbox, but I simply can’t trap them.

If anyone is knowledgable on _javascript_, is there any way of trapping such files using Java? My knowledge of Java is limited, and there’s nothing helpful in the supplied Java files.

Regards

Santa


try
tell application "System Events" to tell process "Adobe Illustrator"
try
keystroke return
end try
end tell
open my theItem dialogs no -- as alias (don't use 'as alias' or routine won't work)
on error errmsg number errnum
tell application "System Events" to display dialog "setup 1 " & errmsg
end try


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Yet another question?
  • Next by Date: Reading data from plist file
  • Previous by thread: Re: Yet another question?
  • Next by thread: Reading data from plist file
  • Index(es):
    • Date
    • Thread