python:barcode
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python:barcode [2016/08/07 23:40] – [Python Barcode] admin | python:barcode [2022/10/29 16:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| ImportError: | ImportError: | ||
| </ | </ | ||
| + | ==== Custom options in Encoder ==== | ||
| + | Below are default options for Code128Encoder: | ||
| + | <code python> | ||
| + | self.options.get(' | ||
| + | self.options.get(' | ||
| + | self.options.get(' | ||
| + | self.options.get(' | ||
| + | self.image_height = self.options.get(' | ||
| + | self.options.get(' | ||
| + | </ | ||
| + | Create Custom options:< | ||
| + | options[' | ||
| + | options[' | ||
| + | options[' | ||
| + | </ | ||
python/barcode.1470613232.txt.gz · Last modified: (external edit)
