|
Homepage of project pdf417codecWhat is pdf417codec?pdf417codec is a library to encode and decode pdf417 2-dimensional barcodes. The library is written in the D programming language, but accessible (as DLL) from many languages through a C interface.Encoding means to take arbitrary data and create an image of the barcode which can be printed on labels or as part of a letter. Decoding means to take an image of the barcode e.g. from a scanner or webcam and return the data which was encoded in the barcode. This must even be possible when the barcode was skewed, distorted or parts of the code became unreadable. The library does not cover:
![]() What is pdf417?pdf417 is a standard to encode data in a compact, 2-dimensional barcode image. Pdf stands for "portable document file" and has nothing to do with Adobe's well known PDF-format. pdf417 provides:
What is the D programming language?The D programming language is a new, evolving compiled language, based on C, C++ and Java, but avoiding many problems of these languages. Main features are:
Implementation DMD (only partly open source, for Windows and x86 Linux): http://www.digitalmars.com/d/dcompiler.html Implementation GDC (front end for GCC, open source, widely portable): http://home.earthlink.net/~dvdfrdmn/d Current state of the library
|