Printing barcode labels from a web page

前端 未结 10 1273
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 18:48

I am working on an ASP.Net web application that must print dynamically created labels on standard Avery-style label sheets (one particular size, so only one overall layout).

10条回答
  •  眼角桃花
    2020-12-09 19:20

    Add a few options to your app that let users adjust spacing for their particular configuration. You could include this right on the label if you want, and style it away via media selectors, but you'll probably want to persist them somewhere, too.

提交回复
热议问题