function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ramya VelusamyRamya Velusamy 

Barcode Reader from image and Display the information using Barcode(EAN128)

Can anybody tell how to read the barcode from the image and display the product information details regarding the barcode image.

Using EAN 128 image format. It should accept only EAN 128 image format. 

Thanks in advance.
Vj@88Vj@88
Try using this link in a formula field - IMAGE("https://www.barcodesinc.com/generator_files/image.php?code="+BARCODENAME+"style=325&type=C128B&width=200&height=50&xres=1&font=3","bracode")
sandeep reddy 37sandeep reddy 37
the link is not opening vijay
Vj@88Vj@88

Sandeep, Link is working for me, an image is being generated for the BARCODENAME you give.
MM SaikumarMM Saikumar
Sandeep u need barcode reader not barcode barcode generator. Am i right..??
Actually Vj gave barcode generator and as of barcode generator it is working fine and good
MM SaikumarMM Saikumar
Hi Ramya, check this link https://www.dynamsoft.com/Demo/DBR/BarcodeReaderDemo.aspx. Just copy and paste barcode image url or upload image in this site, to get the value of your barcode. It supports EAN 128 format