Print Action

Description

Prints the document specified using the default printer. The document specified must have an application associated with it that can perform printing externally such as Notepad for .txt files, or a word processor for .DOC files.

The Print action is used to instruct an application to print a document. It is similar to right clicking on a file in explorer and selecting print. The application must support printing in this manner.

Declaration

<AMPRINT FILE="text">

Example

<AMPRINT FILE="C:\foldername\readme.txt">

General Tab Parameters

Document: Specifies the document that should be printed. Automated Workflow will look up the application that is associated with the specified file and request that it print the document. The application must support printing in this manner. Click the Expression Builder icon to build and insert expression or variable.

Text, Required
MARKUP:
a) FILE="C:\foldername\readme.txt"

Specify to Use default printer, Use specific printer (select an available printer in the list), or Print on all available printers.