Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

V2 Feedback #22

Open Tagliatti opened 3 years ago

Tagliatti commented 3 years ago

The lib was completely remodeled for version 2. It is fully functional, I left it in beta to gather feedbacks. I invite you to test it and send your feedback on what you think of the changes. Branch: https://github.com/Tagliatti/NetBarcode/tree/v2 Nuget: https://www.nuget.org/packages/NetBarcode/2.0.0-beta.1

tinohager commented 3 years ago

Hi, i work on a project for zebra zpl preview. Is it perhaps possible to integrate a configuration for the moduleWidth and wideBarToNarrowBarWidthRatio in the new version?

More Information from Zebra is available here. https://www.zebra.com/content/dam/zebra/manuals/printers/common/programming/zpl-zbi2-pm-en.pdf (Bar Code Field Default)

Also it would be great if you could choose the drawing library for example SkiaSharp.

Thanks for the great library that also supports CODE 128B!!! 👍🏻

tinohager commented 3 years ago

@Tagliatti Okay in V2 i have found the BarWidth i think this is my moduleWidth...

In the readme a link to the nuget package was great

tinohager commented 3 years ago

Is there already a planned release date for the new version?

dorathoto commented 1 year ago

I get the error An unhandled exception occurred while processing the request. PlatformNotSupportedException: System.Drawing.Common is not supported on this platform.

I use it in .net 7

In version 1.7.0 I was having the error:

MissingMethodException: Method not found: 'SixLabors.Fonts.FontRectangle SixLabors.Fonts.TextMeasurer.Measure(System.String, SixLabors.Fonts.TextOptions)'.