Skip to content

syohex/emacs-barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barcode.el

libbarcode binding of Emacs Lisp.

Screenshot

barcode

Requirements

  • Emacs 25 built with --with-modules

Usage

(barcode-encode string &optional encoding-type)

Encode string to barcode by encoding-type.

You can choose each of following encodings. Default encoding is 'code128

  • any
  • ean
  • upc
  • isbn
  • code39
  • code128
  • code128c
  • code128b
  • i25
  • coderaw128
  • cbr
  • msi
  • pls
  • code93

You can use this function as command and if you select region then it uses region area as string.

About

libbarcode binding of Emacs Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published