.net開源框架 Barcode Rendering Framework URL:http://barcoderender.codeplex.com/releases/view/91902 可產生BRCode及一維碼
mvc產生圖片有一技巧,將barcode文本,高寬等參數按規範組成字符串,然後再hash 組成一串字串, 通過實現IRouteHandler接口的BarcodeImageRouteHandler類 添加至Global.asax表中,
當路由成立,取得hash字符串。再通過逆轉方式取得相關text和高度等內容,最後產生圖片
js產生code39等sdk:http://www.barcoderesource.com/htmlBarcode.shtml 網站上還有相關字體及QRCode產生相關