Skip to main content

Search

Search

Commander Script And Named Sub Strings

Comments

3 comments

  • Avatar
    Shotaro Ito

    Commander script's command option doesn't have a method to set value to named data source (substring).

    Use btxml and <Print>tag's JobName attribute.

     

    if you meant to avoid the issue below-

    http://forums.seagullscientific.com/index.php?/topic/3990-automated-file-naming-for-pdf-printing/#entry13612

    well, you need to avoid using print job field.

    Perhaps using VB Script to show document property would help.

     

    ex: Multiline Script - Print specified copies

    Value=Format.IdenticalCopiesOfLabel
    

    For total pages, you can create a serialized text with increase by every copies with reset per job.

    0
  • Avatar
    Legacy Poster

    Yes but in this case we are printing PCL not PDF files. I don't think there is a way to automatically use print job name as a file name with generic PCL printer drivers.

    0
  • Avatar
    Shotaro Ito

    No - since BarTender doesn't have a command line option to specify named data source value, there's no way you can specify that from Commander script.

    0

Please sign in to leave a comment.