GithubHelp home page GithubHelp logo

jordao76 / nbarcodes Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.0 5.0 4.16 MB

.NET library to generate common 1D barcodes

License: Other

C# 99.83% Batchfile 0.17%
c-sharp barcode code128 code39 standard2of5 interleaved2of5 ean13 ean8 ean upc

nbarcodes's People

Contributors

jordao76 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nbarcodes's Issues

how to save the generated barcode image to a specific location

Hi, I have implemented the code and the dll file into my code and while 
debugging however it is not showing any error, but to check the barcode i am 
not aware where it is saved OR how to save it to a specific location and into 
the specific image format.......... so please help me out

The Code i have written is as such:
Imports NBarCodes
Public Class form1
 Private Sub nbarcode()
 Dim barcode As NBarCodes.Forms.BarCodeControl = New NBarCodes.Forms.BarCodeControl

        barcode.Type = NBarCodes.BarCodeType.Code128
        barcode.Data = Label1.Text

        BarCodeControl1.Visible = True

        Dim generator = New BarCodeGenerator(barcode)

        Using barcodeimage = generator.generateimage()
        End Using
 End Sub
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
               Call nbarcode()
    End Sub

End Class


Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 8:10

encoding of 4000+ Character data

Hi,
I want to encode 4000+ character data in bar code.
I have tried with your dll. but application is going in hanging state.

Do you have any idea for it.



Original issue reported on code.google.com by [email protected] on 31 May 2014 at 1:51

Code 39

Good Day Jordão, 

I am using Nbar code  in WinForm as a control , it Generates Bar code 
but the bar code  scanner does not read it, i have tried several 
scanners, but same issue.
My Question is  do i have to put * before and at end or the component does this 
by itself.
Can i use normal printer for the bar code printing,Is it due to normal printer 
that scanner is not reading code ?


Original issue reported on code.google.com by [email protected] on 28 Oct 2013 at 9:02

Code 39 - Scanner unable to decode dashes embedded within the barcode

Hi Jordão,

I am using your dll to generate Code 39 barcode. The dll produces the barcode 
with no issues however, we have "dashes" embedded within the code that the 
scanner does not display when reading. 

I have attached a file for your reference. If you were to scan this file, it 
will not display the dashes. 

Can you please advice? Is there something we need to do so that the barcode 
scanner can read the barcode and display the ID number with dashes?

Thanks,
Ken


Original issue reported on code.google.com by [email protected] on 27 Jul 2013 at 12:10

Attachments:

Displays text only

Hello,

I'm attempting to use BarCodeControl in an aspx page with an ID, Data, and 
Type. When I run/open the page an image is displayed just showing the text that 
was entered in as the Data - not an actual bar code. Any insight would be 
greatly appreciated.

Thanks,
Justin

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 7:17

DPI setting and Parameter is not valid

Hi,

If we set the DPI to 300, the barcode has a black box on it. Please see attachment...
nbarcode-dpi-issue
However, if we set the DPI to 200, it is fine. It does the same thing around 250 as well...

A second issue is if we try multi-page barcode, it give s a "Parameter is not valid" error.
nbarcode-parameter is not valid

However, these two issues are not happening if the DPI is set to 200.

Thanks,

Support for standard Code39 (not Full ASCII version)

Hi,
I'm trying to use your library (from NuGet) but it uses the Full ASCII Code 39 and thus it translate % with /E.
Currently it seems there is no option to use the standard restricted Code39 instead of the Full ASCII Code 39...

Here's the code I've used to generate the barcode:
image

Thanks

EDIT:
This is the barcode generated with this library:
aa

This is the same text with this website http://online-barcode-generator.net/
bb

DPI output

Hi,

Is it possible to output the barcodes in any DPI? Like if I need 300dpi, what 
do I do?

Thank you!
Ken

Original issue reported on code.google.com by [email protected] on 18 Jul 2014 at 10:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.