> Can anyone tell me the easiest way to print a pdf file from Director8 I
> am on mac platform?  I am trying to use the Buddy API xtra now but I can
> not get it to work at all.

look into the baPrintFile command in the buddy help. It is a cross platform
command (assuming you have the Mac xtra) that will print any file with an
extension (or creator type) that the computer understands. The application
you wan to print with MUST be installed.

We use it all the time. I always check if Acrobat is present before
attempting to print a pdf. (if baFindApp("pdf") = EMPTY AND
baFindApp("CARO") = EMPTY then). If the app is not installed to print that
file, the baPrintFile will do nothing...but I always check -- just to be
safe (and to alert the user to install acrobat so they can print the pdfs).

if you have any other questions, please feel free to email off list...

Nick Youmans
FutureMedia
[EMAIL PROTECTED]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to