Linux Python code to read from a USB barcode scanner directly. A symbol LS2208 was used for testing. This uses the pyusb module to read the popular LS2208 USB barcode scanner in Linux. This barcode ...
The pdf417gen command can be used to generate a barcode from commandline. It takes the input either as an argument or from stdin. The bar code size can be customized by defining the number of columns ...
意外と知られていないが、1次元のバーコードは簡単に作成できる。CODE39規格用フォント(CODE39フォントなどと呼ばれる)を使って数字を書けば良いだけだ。例えば納品書や請求書に使えば、バーコードスキャナを使って簡単にデータを呼び出せるようになる。