In standard, EAN-13 font is not available. Downloaded EAN-13 font from font palace. But it doesn't seems to be in right format. Could someone help me to crack this?
Encoding in DP class
Barcode barCodeEAN = Barcode::construct(BarcodeType::EAN13); barCodeEAN.string(true, inventTable.SRBarCode, BarcodeContentType::Item); barCodeEAN.encode(); SRProductReportTmp.BarCode = barCodeEAN.barcodeStrHR(); //Tried with both barcodeStrHR() and barcodeStr()
Output in SSRS report (Its not readable): Font used EAN-13.
Expected EAN-13 barcode.