Reading and decoding PDF-417 barcodes stored in an image or PDF file from within a .NET application

前端 未结 6 1599
礼貌的吻别
礼貌的吻别 2020-12-29 12:14

I am looking for a .NET library that is able to decode data from a PDF-417 barcode that is embedded either in an image file or PDF. At this point, I have only been able to

6条回答
  •  礼貌的吻别
    2020-12-29 12:41

    I've just successfully integrated the ZXing .Net port from java. It's not as powerful as other paid SDK's - for instance it couldn't detect barcodes in a rotated image. However, it's free and might work for you if you're on a budget. Generally you'll find the paid SDKs cost $400 and up. It has over a million downloads on Nuget, if that means anything.

    https://github.com/micjahn/ZXing.Net

提交回复
热议问题