barcode

2008-02-22 Thread Omar Abid
http://barcodemaker.freehostia.com No Need to Purchase Expensive Barcode creator Software when it is Totally Free. Barcodemaker Features : Supports Code 3 of 9 Code 128 Interleaved 2 of 5 EAN-8 EAN-13 Customize print size New => Print many barcode in a page with our Tabling System New =&g

Barcode

2022-02-01 Thread Andres Quilindo
Does anyone have experience with UCC/EAN-128 barcodes? I am using a javascript barcode js library with django to implement the barcode but it is generating errors when reading if anyone knows any library or api that can be used that complies with the UCC/EAN-128 parameters that can provide me

Re: Barcode

2022-02-01 Thread Alen Zuvic
punakap...@gnail.com On Wed, 2 Feb 2022, 01:08 Alen Zuvic, wrote: > > On Wed, 2 Feb 2022, 01:05 Andres Quilindo, < > andres.quili...@uaiinpebi-cric.edu.co> wrote: > >> Does anyone have experience with UCC/EAN-128 barcodes? I am using a >> javascript barcode js li

Re: Barcode

2022-02-02 Thread Derek
ith UCC/EAN-128 barcodes? I am using a > javascript barcode js library with django to implement the barcode but it > is generating errors when reading if anyone knows any library or api that > can be used that complies with the UCC/EAN-128 parameters that can provide > me w

Input using barcode scanner

2015-12-04 Thread Akash Tomar
I want to take input in my html page using the barcode scanner. How do i do this in django???..do i need some additional module or package to do so?..or django itself is strong enough to do that...please help me with a sample code for implementing it. -- You received this message because you

Re: Input using barcode scanner

2015-12-04 Thread Tim Chase
On 2015-12-04 07:14, Akash Tomar wrote: > I want to take input in my html page using the barcode scanner. How > do i do this in django???..do i need some additional module or > package to do so?..or django itself is strong enough to do > that...please help me with a sample code for imp

Barcode 128Code generation with Django

2019-10-08 Thread Shazia Nusrat
Hi I am looking for some help to generate a barcode for my practice project and I need commercial code128 generation help. I need to add my customer ID and product ID in the barcode. Any help would be appreciated. Regards, Shazia -- You received this message because you are subscribed to the

Re: Barcode 128Code generation with Django

2019-10-08 Thread Ehab Al-Qabbani
Hi, If you use python3 you can install python-barcode and use it Read its documentation: https://pypi.org/project/python-barcode/ Warmest Regards, Ehab From: django-users@googlegroups.com on behalf of Shazia Nusrat Sent: Wednesday, October 9, 2019 12:15 AM

code 128 or code 39 barcode generation

2011-04-18 Thread Bobby Roberts
anyone know if there is a django module to generate code 128 or 39 barcodes for printing out on a webpage? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from th

Re: code 128 or code 39 barcode generation

2011-04-18 Thread Steven L Smith
There's a great wrapper you can use to generate these in PIL using a postscript library. http://pypi.python.org/pypi/elaphe/ I did something similar with pyqrnative to generate QR Codes for a conference, basically just create a URL that wraps the output of the library in an HTTPResponse. On Apr

Re: code 128 or code 39 barcode generation

2011-06-07 Thread Thomas Turner
see https://code.djangoproject.com/wiki/Barcodes On Apr 18, 7:12 pm, Steven L Smith wrote: > There's a great wrapper you can use to generate these in PIL using a > postscript library.http://pypi.python.org/pypi/elaphe/ > > I did something similar with pyqrnative to generate QR Codes for a > confe