code39 Questions
0
Using python3 and reportlab I'm trying to generate two columns of barcodes:
from reportlab.graphics.barcode import code39
from reportlab.lib.pagesizes import A4
from reportlab.lib.units import mm
...
Wastebasket asked 1/5, 2014 at 2:43
10
Solved
The challenge
The shortest code by character count to draw an ASCII representation of a Code 39 bar code.
Wikipedia article about Code 39: http://en.wikipedia.org/wiki/Code_39
Input
The i...
Traditionalism asked 10/5, 2010 at 2:54
3
Solved
I have barcode images in jpg format and want to extract barcode # from those. Please help!
Tyr asked 15/10, 2008 at 8:21
1
© 2022 - 2024 — McMap. All rights reserved.