barcoder icon indicating copy to clipboard operation
barcoder copied to clipboard

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Results 12 barcoder issues
Sort by recently updated
recently updated
newest added

Hi, First of all, amazing work @huysentruitw. We are using your barcoder library for GS1 barcodes on stickers and it works flawlessly. However, I do have one question. Whenever I...

See https://github.com/boombuler/barcode/issues/54

The ImageSharp dependency was upgraded to version 2.1 to address the MissingMethodException thrown when the project has a reference to a newer version of ImageSharp. Refactor some tests because ImageSharp...

Are there any plans to update SixLabors.ImageSharp.Drawing to version 2.1.1? Calling ImageRenderer.Render(IBarcode barcode, Stream outputStream) produces the error: ``` System.MissingMethodException: Method not found: 'Void SixLabors.ImageSharp.Formats.Jpeg.JpegEncoder.set_Quality(System.Nullable`1)'. ``` And also the author...

7040 missing symbol ^; 7240 missing symbol ^; 235 change tag from 243, set Fnc1Required to true; Update tags RegularExpression; New tags: 3100 NET WEIGHT (kg) 3950-3959 PRICE/UoM 4300 SHIP...

* Upgraded ImageSharp to latest to fix `MissingMethodException` when run in a project using a newer version of ImageSharp. * Added ability to expose the ImageSharp image without rendering to...

According to my research, it is possible to use UTF-8 in data matrix codes in addition to the ISO-8859-1 (Latin-1) standard. ECI is used for this. In DataMatrixSpecialCodewords I found...

I render an EAN13 code with the following options: ``` IncludeEanContentAsText = true PixelSize = 3 BarHeightFor1DBarcode =10 ``` The font does not scale down ![image](https://user-images.githubusercontent.com/18533169/221130504-6df81b1f-a39a-46e4-af0e-acbe38cc5539.png)

Result | | EAN8 | EAN13 | CODE128 | |----------------------|------|-------|---------| | 15px no text | ![EAN 9031101 - 15px - Times New Roman font - incl text False ](https://github.com/huysentruitw/barcoder/assets/21057595/bdce72d8-5f3b-4a6d-a95f-b80789db2740) |...

Does this library support creating datamatrix barcodes that have multiple segments? One labeling software I've seen called this "structured append". ![image](https://github.com/huysentruitw/barcoder/assets/12143535/3791e262-3bae-4043-a7a3-65b826789c40) I was able to get it to generate a...