Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.