Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » [Barcode] Code128 & EAN13/UPC-A/EAN8 supported
Re: [Barcode] Code128 & EAN13 (Superset of UPC-A) supported [message #41251 is a reply to message #41250] Tue, 19 November 2013 03:24 Go to previous messageGo to next message
Lance is currently offline  Lance
Messages: 526
Registered: March 2007
Contributor
And by the way, if I take away the 913-shift-to-octet patch, which is essentially the version in the BarcodeTest.zip posted on Nov. 16, the barcode generated can be readily accepted by http://online-barcode-reader.inliteresearch.com/. In its UTF version, exact same string is displayed. We can do without the 913-shift thing to be safe. All type of data will be properly encoded, only the encoding might not be optimum.
Re: [Barcode] Code128 & EAN13 (Superset of UPC-A) supported [message #41254 is a reply to message #41251] Thu, 21 November 2013 04:24 Go to previous messageGo to next message
Lance is currently offline  Lance
Messages: 526
Registered: March 2007
Contributor
Here is a more authoritative reference:
http://www.expresscorp.com/content/express/pdf/IndustrySpeci fications/USS-PDF-417.pdf

Turns out 913 can only be used within Text Mode to shift to byte compaction for the next codeword, and then the original Text submode is restored. I don't see a reason why 913-shift is not allowed in Numeric context, but according the the standard, barcode for this text ( ABCDEFâABCDEFGHIJKL) is correct even though most online decoders don't recognize it. And barcode associated with this text (0123456789012A0123456789012) is indeed invalid.

I have added Truncated pdf417 and some other functionalities. In order not to waste too much resources, I'll just keep it. Maybe until I at least make some progress on QR code.
Re: [Barcode] Code128 & EAN13/UPC-A/EAN8 supported [message #41352 is a reply to message #39253] Tue, 03 December 2013 10:18 Go to previous messageGo to next message
makaveiljojo is currently offline  makaveiljojo
Messages: 1
Registered: December 2013
Junior Member
Thanks for all sharings. I was using a free online EAN8 generator that i wanna share too. It works very conveniently.
Re: [Barcode] Code128 & EAN13/UPC-A/EAN8 supported [message #42369 is a reply to message #41352] Mon, 10 March 2014 07:32 Go to previous messageGo to next message
Nana111 is currently offline  Nana111
Messages: 1
Registered: March 2014
Junior Member
makaveiljojo wrote on Tue, 03 December 2013 10:18

Thanks for all sharings. I was using a free online EAN8 generator that i wanna share too. It works very conveniently.

HI there
Thanks for your barcode sharing.I am exactly looking a free online barcode generator.I hope it is possible for my barcode generator to generate code 128 and upc-a at the same time.Is that ok?
Re: [Barcode] Code128 & EAN13/UPC-A/EAN8 supported [message #45900 is a reply to message #39253] Fri, 22 January 2016 15:11 Go to previous messageGo to next message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Hi there,
if someone download this library and has issues compiling it, namely the following error:

Barcode\Code128.cpp(701): error C2280: 'Upp::Vector<Upp::byte> &Upp::Vector<Upp::byte>::operator =(const Upp::Vector<Upp::byte> &)': trying to reference a deleted function


you have to read here to fix it.
Regards,
Gio
Re: [Barcode] Code128 & EAN13/UPC-A/EAN8 supported [message #45901 is a reply to message #45900] Fri, 22 January 2016 16:14 Go to previous messageGo to next message
Lance is currently offline  Lance
Messages: 526
Registered: March 2007
Contributor
Thanks, Giorgio. Attachment has been updated. See the first post.
Re: [Barcode] Code128 & EAN13/UPC-A/EAN8 supported [message #45958 is a reply to message #45901] Sun, 31 January 2016 19:19 Go to previous message
Lance is currently offline  Lance
Messages: 526
Registered: March 2007
Contributor
Support for Interleaved 2 of 5 code added.
Previous Topic: New package OpenMP_demo
Next Topic: OpenCascade package
Goto Forum:
  


Current Time: Thu Mar 28 16:11:22 CET 2024

Total time taken to generate the page: 0.01320 seconds