Printing barcode labels from a web page

前端 未结 10 1276
佛祖请我去吃肉
佛祖请我去吃肉 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:37

    I rewrote the SharpPDFLabel code that was mentioned back in 2011 this week as I needed it to be a lot more flexible (and to work with the current iTextSharp library).

    You can get it here: https://github.com/finalcut/SharpPDFLabel

    I added the ability to specify the contents of each individual label if you want (or to continue creating a sheet of identical labels too). By extending the LabelDefinition class you can specify the layout of your labels pretty easily.

提交回复
热议问题