Web pages and barcode fonts

前端 未结 9 1199
广开言路
广开言路 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:37

    A simpler solution might be to generate images server side to generate the bar codes. That way you don't have to rely on the user having a font installed and you don't have to access the font in your html.

提交回复
热议问题