We need an original (not open source) ANSI C source code to convert text and binary data to 2 types of barcodes (industry standards and well documented on the web).
microPDF417
The source code must support the three compression modes of “MicrPDF417″: Text, Binary and Numeric
It must also switch automatically between Text, Binary and Numeric modes to minimize the number of codewords to be encoded (as per the norm). The output will be a simple text file where 1 is a black rectangle and 0 a white rectangle. The function parameters must be able to define the barcode lines and columns as the norm allows it.
MicroQRCode
The source code must support the four symbol versions of “Micro QR Code”, ranging from Version M1 to Version M4, and the 3 levels of error correction (activated through the function call parameters). The output will be a text file where 1 is a black square and 0 a white square. read more