Anyone have successfully implemented Byte Compaction Mode in TCPDF for PDF417? I used the GetCompaction() method from PDF417 class, but it returns an array. The method responsible to generate the BarCode, Write2DBarcode() expects a string. Even if I convert the array to string and send as the parameter, it does generate the barcode, but the resultant Barcode has no data to show when read using a reader. I could not find any example dealing with this scenario over the net.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.