|
IntroductionMany management companies wish to print checks with a prepared signature on them. This can be accomplished by installing both a MICR font and a signature font onto the specific printer the checks will be printed on. For security reasons, signatures should never be put into a ".pdf" file, since, by definition, these are portable documents. Consequently, a method has been developed that not only maintains security but ensures that checks are only printed locally, on management company printer(s). There are certain steps users need to go through to ensure their checks properly print with a signature on them. Only one signature can be placed on a check, due to the variable nature of these font sizes. In addition, signatures can be limited to only those checks that do not exceed a pre-determined amount. This pre-determined amount must be set in the bank account and can be overridden for any specified vendor. In other words, a vendor limitation always supercedes the bank account limitation. The steps to take are as follows:
The "Print-PCL-Check" ScriptIt is important to know that this script is designed to send a PCL file, which includes all printer control commands, including font selection(s), to a defined printer. Two things are essential:
The script is a very simple command that sends the defined print-file to the network printer (in "binary mode"), where the signature font resides. This is important. This script is provided by Advantos. It will be sent via email and the user simply has to drag this script onto their desktop. When a batch of checks is prepared the user will use the SSH Client to drag the print file from the 'Ftp' directory to your desktop then double-click the ".bat" file to actually send the print file to the defined printer. As noted above, this script uses the "lpr" command, which is a linux command. Windows doesn't normally install this command by default. So, make sure it is installed. |