Home
Analytics
BARCODE READING
arunkumarb
Hi All,
I created one report using birt version 2.6.2 in which we are using barcode(CODE=128). We are able to print barcode on generated output(pdf), but we are not able to read the barcode from pdf file. Could you please help me how to read barcode.
Regards,
Arun
Find more posts tagged with
Comments
mwilliams
What do you mean read it? Scanning the barcode doesn't work correctly? Is that what you mean?
arunkumarb
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="109286" data-time="1347544218" data-date="13 September 2012 - 06:50 AM"><p>
What do you mean read it? Scanning the barcode doesn't work correctly? Is that what you mean?<br /></p></blockquote>
<br />
<br />
Hi Williams,<br />
Thanks for reply. Scanning the barcode from printed sheet(pdf) is not working.<br />
<br />
Regards,<br />
Arun
mwilliams
Is part of the barcode cutting off? Or is it too fuzzy to scan? Or what?
arunkumarb
yes Williams, I am unable to scan barcode from pdf file.
mwilliams
Which one appears to be the issue? Is part of the bar code getting cut off?
marslisewe
<blockquote class="ipsBlockquote" data-author="arunkumarb" data-cid="109269" data-time="1347511630"><div><p>Hi All,<br />
<br />
I created one report using birt version 2.6.2 in which we are using barcode(CODE=128). We are able to print barcode on generated output(pdf), but we are not able to read the barcode from pdf file. Could you please help me how to read barcode.<br />
<br />
<br />
<br />
Regards,<br />
Arun</p></div></blockquote><p>How about using this <a data-ipb='nomediaparse' href='
http://www.onbarcode.com/products/java_barcode_reader/barcodes/code128.html'>[color=#000000;]barcode
reader[/color]</a>?</p>
CBR
<p>Which plugin are you using to generate the barcode?</p>
canutri
<p>Working with a couple different providers for Code 3 of 9 barcodes, I have always had to begin/end with *. So, the following Part #: ABC123 would need to be rendered as *ABC123*. usually due this as a computed column; i.e.; "*" + row["PartNumber"] + "*"</p><p> </p><p>I hope this helps in your situation.</p><p> </p><p>Daron</p>
robertv41090
<p>Make sure that the barcode you are attempting to read is sized large enough.</p>