Automation with BarTender XML Script |
Required Edition | Automation, Enterprise Automation |
BarTender XML Script (BTXML Script) provides the ability to easily automate BarTender while allowing third-party programmers a simple way to integrate BarTender into their applications.
In some cases, an XML response is created after running the script. An example of this is when you pass BTXML Script to BarTender by using ActiveX Automation. An XML response will provide you with valuable information about the print job, the printer used to complete the job, BarTender's settings during the print job, and complete details about the printed items. This response can be integrated with a custom application. An XML response is returned when BTXML script is run using the following methods:
ActiveX Automation
Print Server API
Integration Builder Integration Files
For more information, refer to Using the XML Response.
You can execute BTXML Script using any of the following methods:
Getting Started with BTXML Script
An introduction to common tasks that you can accomplish with BTXML Scripts.
Reference
Refer to the Help system Table of Contents in this section for listings of the BTXML Script Message commands and tags and the BTXML Script Response tags.