var fDesc=new Array(); fDesc[0] = "BarTender Web Print Server (WPS) is an ASP.Net application that provides a browser-based interface for label selection and printing. Users of browsers on regular PCs, non-Windows computers, and even handheld PDAs can easily browse and select label formats and submit them for printing by the BarTender Web Print Server application running on a Windows server.

BarTender Web Print Server supports three different methods of printing: Standard Window Printing, Internet Printing (which has two variants: Queue-based and Direct-to-port), and PDF Printing. Understanding the requirements and advantages of each method will help you to successfully install and deploy WPS.

BarTender Web Print Server (WPS) lets you browse, select, and print BarTender label formats from any operating system or platform that can run a web browser"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }