Barcode Writer in Pure JavaScript as a Windows Container
1.1K
bwip-js is a translation to native JavaScript of the amazing code provided in Barcode Writer in Pure PostScript. The translated code can run on any modern browser or JavaScript-based server framework.
The software has encoding modules for over 90 different barcode types and standards. All linear and two-dimensional barcodes in common use (and many uncommon ones) are available. An exhaustive list of supported barcode types can be found at the end of this document.
docker run -d koubek/bwip-js
docker run -d --hostname=bwip-js --name=bwip-js koubek/bwip-js
http://[container_ip_or_hostname]/demo.html
eg: http://bwip-js/demo.html
http://[container_ip_or_hostname]:3030/?bcid=isbn&text=978-1-56581-231-4+52250&includetext&guardwhitespace
eg: http://bwip-js:3030/?bcid=isbn&text=978-1-56581-231-4+52250&includetext&guardwhitespace
You can find the Dockerfile right here.
Content type
Image
Digest
Size
5 GB
Last updated
almost 9 years ago
docker pull koubek/bwip-js