Skip navigation
Currently Being Moderated

Applescript - Acrobat - Printing

Jun 29, 2012 10:02 AM

I'm using applescript to automate a workflow using primarially indesign.l

 

One step I need to add is to print a pdf to a laserjet 5000.  I can do this from the command line using cups, but I'm in need to crop marks, a properly centered image, etc.

 

I've been looking for how to print the pdf in the script, but everything I try fails.  Having trouble getting the right dock.

 

Where can I go for proper documentation, tutorials, etc??

 

obviously,

 

          tell application "Adobe Acrobat Pro"

                    set myPDFDocument to open theCompPathwithPdf

  print pages myPDFDocument

          end tell

 

isn't going to cut it.

 

Thanks much.

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points