• 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
Scripting InDesign 2 to print to file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting InDesign 2 to print to file


  • Subject: Scripting InDesign 2 to print to file
  • From: Bob Averill <email@hidden>
  • Date: Mon, 21 Oct 2002 18:03:24 -0700

All,

I'm having problems scripting InDesign 2 to print to file. It works fine
when I use the "with print dialog" property, but it fails to write anything
when I use "without print dialog".

What am I doing wrong?

Thanks.

Bob Averill

________________________________________

tell application "InDesign 2.0.1"
set theDoc to active document
tell theDoc
set properties of print preferences to {print to disk:yes, print
file:"Macintosh HD:Desktop Folder:test2.ps"}
print using "Style 1" without print dialog
end tell
end tell
_______________________________________________
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: Scripting InDesign 2 to print to file
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: Print a jpg file without opening it
  • Next by Date: Re: Print a jpg file without opening it
  • Previous by thread: simple paste of current date/time?
  • Next by thread: Re: Scripting InDesign 2 to print to file
  • Index(es):
    • Date
    • Thread