TLClientPrint Utility
Overview
TLClientPrint (TLClientPrint.exe) is a Windows Client utility that allows you to print ThermalLabel objects from any ASP.NET WebSite (CORE Edition or Legacy MVC & WebForms) to any Zebra or Honeywell-Intermec printer available in the client machine.
TLClientPrint is launched from Javascript code from your website, once started at the client machine, TLClientPrint will make a HTTP Request to your website in order to get a WebPrintJob or a group of them to be processed locally i.e. to print the ThermalLabel content right to the client printer specified in such print job.
Each Client machine that wants to print from your ASP.NET website must install TLClientPrint utility.
Note
TLClientPrint installer can be found in the ThermalLabel SDK Install Folder.
System Requirements
TLClientPrint utility requires the following software installed at the Client machine:
- .NET Framework 4.6.1+
- Windows 7 SP1+
How to use TLClientPrint in ASP.NET
The sample projects for the ThermalLabel Web Editor shipped with the ThermalLabel SDK installer leverage TLClientPrint utility to print the current designed ThermalLabel shown in the web editor
An article about printing ThermalLabel objects from ASP.NET is also available. It does not require the Web Editor.