PrintToFileName Tag

ClosedDescription

Sets the file name that BarTender will use when it saves the print job.

ClosedSyntax

<PrintToFileName>Value</PrintToFileName>

Where Value equals the name of the print file.

ClosedParent Tag

<PrintSetup>

ClosedRemarks

<PrintToFileName> is an optional tag that can be used within the <PrintSetup> tag of a <Print> command.

ClosedExample

<?xml version="1.0" encoding="utf-8"?>

<XMLScript Version="1.0" Name="09232006_103601_Job1" ID="123">

<Command Name="Job1">

<Print>

<Format>Document1.btw</Format>

<PrintSetup>

<EnablePrompting>true</EnablePrompting>

<PrintToFile>true</PrintToFile>

<PrintToFileLicense>printLicense</PrintToFileLicense>

<PrintToFileName>Output.prn</PrintToFileName>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)