Automation with BarTender XML Script |
You can use BarTender XML (BTXML) script to automate BarTender and also to provide third-party programmers with a way to integrate BarTender into their applications. You can create BTXML script as a script or as a file and then send it to BarTender by using any of the following methods:
Integration Builder integration files
Process Builder process files
BarTender SDK
Some methods return an XML response when you run BTXML script. An XML response gives you valuable information about the print job, the printer that was used to complete the job, the BarTender settings that were used during the print job, and details about the printed items. You can integrate this response with a custom application. For more information, refer to Using the XML Response.
Getting Started with BTXML Script
Provides an introduction to common tasks that you can perform by using 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.