Skip to main content

Search

Search

Multiple Size Templates

Comments

5 comments

  • Avatar
    Shotaro Ito

    Page size cannot be modified by BarTender itself, and all templates in a document need to be the same dimension.

    If you're printing from custom application by ActiveX, you can modify page size. see sample below:

    http://forums.seagullscientific.com/index.php?/topic/155-sample-code-change-label-height-from-vbnet/

     

    Another thought is have 2 different template, and using database query, document A to print only the field value is X and document B to print only field value is not X.

    You can run 2 documents by Commander multiple tasks or from Batch Maker.

    0
  • Avatar
    Legacy Poster

    can 1 label, through code, call another label or run any other program?

    0
  • Avatar
    Shotaro Ito

    You cannot open another label format document from a document. It's possible to run other program using VB Script, but I don't recommend that for this case. Try BatchMaker instead - you can run batches from Print Station too.

     

     

    This is vbscript sample in onPrintEnd event  control script.

    http://forums.seagullscientific.com/index.php?/topic/218-some-small-questions/

    0
  • Avatar
    Fabian Garcia

    Hello I know this is an old post but have the same question wondered if with the new versions is possible any help is appreciated using the latest bartender 2016 I currently print labels legal size and would like to print also small labels to a different printer at the same time and also a specified qty, is there a way to accomplish this. Thank you.

    0
  • Avatar
    Shotaro Ito

    In BarTender 2016 still there's no change in templates structure (single document can only print variable layout to the same printer with the same size).

    However using Batch Maker, you can print different documents to different printer by single action - which might helps.

    White Paper: Batch Maker
    https://www.seagullscientific.com/media/101381/bartender-batch-maker-201511.pdf

     

    Alternatively you can use Integration builder to automate printing with several Print document actions, or give single BTXML script which contains multiple <Print> tags.

    White paper: Integration Builder
    https://www.seagullscientific.com/media/101724/bartender-integration-builder-201608.pdf

    Video:
    https://support.seagullscientific.com/hc/en-us/articles/227353867-Print-Document-Using-a-Data-File-Integration-Video-6-31-

     

    0

Please sign in to leave a comment.