Aller au contenu principal

Recherche

Recherche

Passing Of Data From C# To Bartender Template.

Commentaires

3 commentaires

  • Avatar
    Peter Thane

    If you have the Automation or Enterprise editions then yes that should be possible as there are a number of integration options available from there. For example you could run BarTender from a Command Line within your program or else (probably better) output your data which can include other parameters such as the printer to use, copies to print and the label format etc, within the data string and use Integration Builder to handle this and process the output automatically

    0
  • Avatar
    Umut Dalgic

    Let me explain what I want to do as follows: There is a textbox in C#. I want to send the information entered in the textbox to the template I prepared in bartender, and when I send it, I want to automatically generate qr code and print it from the label printer. But I couldn't find any source for it. Can you help with the source?

    0
  • Avatar
    Peter Thane

    As mentioned above look at Integration Builder. What you could do is

    • Create you label with the part from C# configured as a text database object
    • Configure an integration looking from a file to arrive and when it arrives to open the label above and use the contents of the file as the database
    • In C# when the user enters in the data have this saved as a text/csv file that Integration Builder is looking for. The Integration will then (in the background) open BarTender and the label and print it with your C# contents as part of whichever label fields you have set them too
    0

Vous devez vous connecter pour laisser un commentaire.