Replies: 1 comment 3 replies
-
Let me ask our platform team if this is something we can add to the BC platform. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now we are using the ZXing.Net Library to generate Barcode Images for our .Net Customers.
Since want to set our own Apps to Target Cloud, we cannot use .Net in our Apps anymore.
Therefore I'd like to know if Microsoft would accept a PullRequest to the System Application using this OpenSource Library to generate Barcode Images. I know this DLL would have to provided by the Plattform, that we could use this non
I took some time to study the current Interfaces for providing a new Barcode Provider and Encoder.
ZXing.Net
https://github.com/microsoft/ALAppExtensions/tree/main/Modules/System/Barcode
My draft concept would be to add a new provider and encoder Interface for 1D Barcode Image Provider and Encoder.
Then I could provide an implementation for 1D Barcode Image using the ZXing.Net library (Assemblies are available for .Net Core)
Beta Was this translation helpful? Give feedback.
All reactions