Skip to main content

Search

Search

Saving Database Labels

Comments

1 comment

  • Avatar
    Shotaro Ito

    If the label comes with some common part, you can use database connection to print various values with the same layout.

    Modify layout is somewhat difficult as:

    - BarTender Professional doesn't support dynamic layout feature such as Conditional print of objects, layers, templates and modify object property (position, font etc) from VB Script. You need Automation edition for that.

    - BarTender's not designed to automatically create layouts from given data. It's designed to quickly create / modify label design by hand.

     

    With that in mind, when data is given from database field, if you don't give a value (leave the field empty), the text won't be printed. So by giving data or not, you can modify some layouts.

     

    There's HTML text object in BarTender 10.1, which you can use external text file or database fields as datasource.

    You can design labels by HTML. However do not expert full support of HTML5 set like web browser - it would be mainly used for table layouts, make bold / underlined of texts etc.

     

    However... I would try keep label design as simple as possible, especially when you're working with BarTender first time.

    0

Please sign in to leave a comment.