• 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: Acrobat Scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Acrobat Scripting


  • Subject: Re: Acrobat Scripting
  • From: Eric Schult <email@hidden>
  • Date: Tue, 25 Sep 2001 11:51:14 -0500

on 9/25/01 8:41 AM, Wadson, David at email@hidden
wrote:

> Geez, if Acrobat 5 can do that, I'll be getting the company to spring for
> that upgrade. We've had to do it using a stay-open script that uses Prefab
> Player to manually choose the Export as EPS option and click the buttons in
> the dialog box...

Yes, I've finally figured out how to script the exporting of an EPS in
Acrobat 5. It looks something like:

set myPDF to "path_to_pdf"

tell application "Acrobat 5.0"
open file myPDF
save document 1 to "destination_Path:epsName" using EPS Conversion
end tell

But I haven't figured out how to specify parameters yet, such as ascii vs
binary, and tiff preview vs pict.

The Acrobat 5.0 dictionary is pretty worthless. I did find documentation
from Adobe in a document called "Acrobat Interapplication Communication
Reference" at http://partners.adobe.com/asn/developer/acrosdk/docs.html,
thanks to an old string from a fellow named David Livesay
(email@hidden). I have a query into Mr. Livesay to see if he can
elaborate.

WES


  • Prev by Date: Re: Variable classes
  • Next by Date: Re: Where is the Missing Link?.
  • Previous by thread: Re: Acrobat Scripting
  • Next by thread: Re: Acrobat Scripting
  • Index(es):
    • Date
    • Thread