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 » BarCode128: string to image (Candidate for upload to Bazaar)
BarCode128: string to image (Candidate for upload to Bazaar) [message #36930] Mon, 23 July 2012 14:51 Go to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

I wrote little package.
It generate barcode Image on string variable.
I use Code128 encoding.
Let's try.

It is interesting to learn opinion, whether it is necessary to send this package in Bazaar?

PS
test application follow by next message.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Mon, 23 July 2012 16:27]

Report message to a moderator

BarCode128: string to image - Test application [message #36931 is a reply to message #36930] Mon, 23 July 2012 14:53 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Test application:

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Mon, 23 July 2012 15:02]

Report message to a moderator

Re: BarCode128: string to image - Test application [message #36933 is a reply to message #36931] Mon, 23 July 2012 16:28 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Updated both archives.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image - Test application [message #36938 is a reply to message #36933] Wed, 25 July 2012 07:20 Go to previous messageGo to next message
Shwetha is currently offline  Shwetha
Messages: 39
Registered: August 2011
Member
Hii ,

Can you please load BarCode128 package which is supporting this BarCode128_test.
Supporting BarCode128 shows empty when i downloaded the file.
Re: BarCode128: string to image - Test application [message #36939 is a reply to message #36938] Wed, 25 July 2012 08:41 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Screenshot:
index.php?t=getfile&id=3810&private=0:


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image - Test application [message #36940 is a reply to message #36939] Wed, 25 July 2012 08:43 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

U++ in Code128:
index.php?t=getfile&id=3811&private=0


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image - Test application [message #36942 is a reply to message #36940] Wed, 25 July 2012 09:18 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

No Message Body

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #36943 is a reply to message #36930] Wed, 25 July 2012 09:19 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

in 7z-format

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #37174 is a reply to message #36930] Mon, 03 September 2012 17:39 Go to previous messageGo to next message
jibe is currently offline  jibe
Messages: 294
Registered: February 2007
Location: France
Experienced Member
Hello,

Nice and useful, easy to use package that I'll use to print Identification labels Smile

It could be completed with other codes (most especially EAN 13), but Code128 is nice for several uses, as you can code letters and digits. It's all what I need for now Cool

Why is it not in Bazaar ? Not easy to find for now ! I think that it's one of the reason why it's not used... and improved, at least with other codes Wink
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #37178 is a reply to message #37174] Mon, 03 September 2012 21:04 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

jibe wrote on Mon, 03 September 2012 19:39

Hello,

Why is it not in Bazaar ? Not easy to find for now ! I think that it's one of the reason why it's not used... and improved, at least with other codes Wink


Package is not fully completed.

Thank you for interesting.

Code128 consist is from 3 subformat:
CodeA = UpperLetter + Digits + Modem special codes. (not realized yet and not needed)

CodeB = Upper = Lower letters + digits (realized and work)

CodeC = only digits, BUT!!! it's placed 2 digits in 1 (!!!!) (yet not realized, but very wished!).

Code128 is more complex code for realize.

EAN13 - is very short to place large information (only 13 chars)

Code128 is variable width-code and can place 48 digits in only-digit mode or 24 alpha-numeric chars.

But (!!!) I'll continue this work next month. I plan write subcodeA and subcodeC (and automatically select for high density).

After this I plan to add EAN13 support.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #37183 is a reply to message #36930] Tue, 04 September 2012 09:24 Go to previous messageGo to next message
jibe is currently offline  jibe
Messages: 294
Registered: February 2007
Location: France
Experienced Member
Hi,

Ok, I know few things about barcodes, and Code128B is enough for me now.

Thanks for those explanations : I learned several things Smile !

And thanks again for this useful package !
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #41140 is a reply to message #37183] Tue, 05 November 2013 03:39 Go to previous messageGo to next message
lucy313 is currently offline  lucy313
Messages: 4
Registered: October 2013
Location: ny
Junior Member
jibe wrote on Tue, 04 September 2012 09:24

Hi,

Ok, I know few things about barcodes, and Code128B is enough for me now.

Thanks for those explanations : I learned several things Smile !

And thanks again for this useful package !

sorry for late reply,but i 'm wondering what's the differences between the code 128a,code 128b and code 128c.i'm trying to generate code 128 using C#,and using .net control thanx!
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #41142 is a reply to message #36930] Tue, 05 November 2013 09:23 Go to previous messageGo to next message
jibe is currently offline  jibe
Messages: 294
Registered: February 2007
Location: France
Experienced Member
Hi,

I think that Sergey's answer would be better than mine Wink

You can find interresting details about code128 subformats in Wikipedia.

About generating Code 128 with .net control, it's not really the subject here ! Sergey's approach has the big advantage to be compatible with any OS supported by UPP, and as shown by this poll, almost a half of UPP developpers don't use Windows, and several using Windows use also another OS and want to make portable applications...

If you think that developping some .net controls could be interresting, you should open a new subject.
Re: BarCode128: string to image (Candidate for upload to Bazaar) [message #41411 is a reply to message #41142] Thu, 12 December 2013 09:51 Go to previous message
lucy313 is currently offline  lucy313
Messages: 4
Registered: October 2013
Location: ny
Junior Member
yep, i 'm interested in .net barcode generator control !
Previous Topic: [Controls4U] IE shows script errors
Next Topic: Very Simple Report Generator (Use QTF format)
Goto Forum:
  


Current Time: Thu Mar 28 17:31:21 CET 2024

Total time taken to generate the page: 0.01355 seconds