Web pages and barcode fonts

前端 未结 9 1200
广开言路
广开言路 2020-12-18 00:47

I\'m working on a small app where I can generate a list of barcodes. I have the correct fonts installed on my computer. Right now I am printing them directly to a webpage an

9条回答
  •  死守一世寂寞
    2020-12-18 01:43

    We have the same problem at my company. Luckily, only 1-2 people ever need to use the barcode fonts.

    We have found that when they received new a PC, the fonts didn't work through any browsers. They had to open up a client application (like Word), choose a barcode font, and do some typing to "initialize" that font.

    The best solution, I think, is to create a barcode image on the server on demand. The problem with this solution could be cleaning up old images. This solution requires more work up-front but pays off with less on-going issues and maintenance than the client side solution, in my opinion.

提交回复
热议问题