Hi there,

> How do i print an external .pdf file from director
> 8.0?

The MasterApp Xtra from UpdateStage will do what you need. The
mappPrintDocument is the function you would use. Here are an excerpt from
the MasterApp docs on the Update Stage web site:

mappPrintDocument ( docpathString )
 docpathString: string full path to document
 Returns: integer task ID on Mac, "OK" on Win32 or instance ID
 on Win 3.1 if successful. If there is an  error, returns -1
 for "File not found" on Mac, otherwise Mac standard system
 error codes on Mac or string beginning with "Error: couldn't
 launch application, error code " on Win32 containing a Win
 system launch error code.

Example:

 set err = mappPrintDocument("D:\MAIN\HELP.TXT")

Of course it does a lot more than this. You can check it out, along with
many other useful Xtras, at www.updatestage.com/xtras.

******

MasterApp is a commercial Xtra from www.updatestage.com

Price: $299.00
Platforms: 32-bit Windows, Win 3.1, Mac
Director versions supported: Director 4,5,6,7,8
Author: Glenn Picher

For more information and a downloadable den=mo version go here:

  http://www.updatestage.com/xtras/xtrahome.html

HTH,

Al Hospers
Marketing Associate
UpdateStage
[EMAIL PROTECTED]
http://www.updatestage.com

HTH,

Al Hospers
Marketing Associate
UpdateStage
al<at>cambersoft<dot>com
http://www.updatestage.com



[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