Reading and decoding PDF-417 barcodes stored in an image or PDF file from within a .NET application
Posted
by John Rasch
on Stack Overflow
See other posts from Stack Overflow
or by John Rasch
Published on 2009-03-02T22:09:26Z
Indexed on
2010/04/01
17:23 UTC
Read the original article
Hit count: 230
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 find a Java version and a C version.
Ideally, this library would be both open-source and free of charge, but I doubt such a decoder exists.
I am open to trying out demos of existing products that you may have had experience with - which leads me to the question - have you had any experience reading PDF-417 barcodes embedded in images or PDFs using .NET, and which of the available products would you recommend to do so?
© Stack Overflow or respective owner