Function writeBarCodes

  • Parameters

    • writerOptionsBarCodes: WriterOptionsBarCodes[]

      The options of writing a barcode.

    • outputImage: string

      The name of the output image. Create directory if missing.

    • OptionalbaseImage: string | CreateBase

      The path of an existing image or a base image. Without a base and an existing image, only the bar code is printed.

    Returns Promise<WriterOptionsOutput>

    An object with a success property and the outputInfo of the created image(s).