PDA

View Full Version : Printing a File


Desmond
09-26-2003, 12:03 PM
<HTML> <HEAD> <TITLE>Printing a File</TITLE> </HEAD> <BODY> <h3>Printing a File</h3> <b>Document ID: IR10027</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> <h3>SUMMARY</h3> <p>This article describes how to print a file from your application. </p> <h3>DISCUSSION</h3> <p>To print a file from your application:<br> <br> Insert the following script into any event in your application:<br> <br> <code>File.Print("Autoplay\\Docs\\print_me.doc");</code><br> <br> Please note that this action opens the document you wish to print in the default editor, prints the document, and closes the default editor. This behavior is similar to right clicking on a file in windows explorer and selecting print.</p> <h3>MORE INFORMATION</h3> <p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p> <ul> <li><b>Program Reference | Actions | File | File.Print</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, Print, File, Document </p> <hr> <FONT SIZE=1> Last reviewed: September 26, 2003<br> Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br> </FONT> </BODY> </HTML>