Brad Barnhill

Results 152 comments of Brad Barnhill

This project does use dokka for javadoc generation and that uses kotlin but the actual project doesnt. Even removing this doesnt change the size of the jar.

I did remove those and published 2.6.3 tonight to see if that helps you all. Please let me know if removing those dependencies in this commit helped. https://github.com/barnhill/barcode-java/compare/2.6.2...2.6.3

But I see it's way down from the previous.

I think EAN8 has a bug in it

A modification to the Labels.cs would be needed to support printing labels like this for EAN-8. Im open to help with creating a pull request with the needed changes to...

Going to close this as resolved as saving is provided through the lib as pointed out by @dorathoto

have you tried specifying the foreground and background colors in the encode method? ``` b.Encode(BarcodeStandard.Type.Code128, "061200204001", new(0F, 0F, 255F), new(255F, 0F, 0F), w, h) ```

Just tested this on the upcoming branch for cross-platform compatibility and this scans just fine with Code39 and a dash added. I have to think that @rob313663 is correct and...

I think it has to do with the data formatted to be encoded. I tried your input with another online barcode generator and then scanned it on the same website...

Code39 and all other types should probably contain data validation and return error codes when invalid chars are detected