Note that there are some explanatory texts on larger screens.

plurals
  1. POBest Barcode Symbology for my Application
    primarykey
    data
    text
    <p>//Please don't close this post due to subjective reasons.<br/> I'm developing a form-filling winform application which generates a PDF file on submitting the information. The PDF file need to contain barcodes encoding some information entered by user. The user prints the PDF file and put signature on it and faxes it back to us. I need suggestions for choosing which barcode symbology to use for this applcation. The barcode needs to satisfy the following conditions.</p> <pre><code> 1)The barcode need to encode upto 120 characters </code></pre> <p>Since the barcode need to encode a lot of information, I think 2D Barcode would be better as it can store with much high information density.</p> <pre><code> 2)Only upper case alphabets and numbers need to be encoded </code></pre> <p>Though most of the 2D barcodes can store more than numbers, there are some 1D barcodes such as code 39 that cannot represent all alphabets. </p> <pre><code> 3)Preferable size of barcode is 1.5 inch height and 8 inch width </code></pre> <p>This is what is the most challenging requirement. I'm planning to place the barcode below the information such as account id. So it would be good if barcode takes the shape of a rectangle whose information capacity increases with its width. This requirement is suitable for 1D barcodes. Also, since 2D barcodes takes the shape of a square, a lot of space will be wasted on either side of barcode. </p> <pre><code> 4)Error correcting capability </code></pre> <p>2D barcodes have better error correcting capability. Only some 1D barcodes have error correction with it. This is not an essential requirement.</p> <pre><code> 5)The barcode need to be faxed from one country to another </code></pre> <p>The barcode is generated on a PDF. The PDF will be printed and then need to be faxed. So, the barcode needs to have high resolution. Otherwise, I fear that the scanner cannot decode data correctly. I'm thinking a resoltion of 200dpi is enough for the barcode image. Is there any problem to fax 2D barcodes as they need to be scanned both horizontally and verically. I have heard like fax have different resolution vertically and horizontally. Does this create any problem when scanning barcodes.</p> <pre><code> 6)Easiness to program in c# to generate barcode </code></pre> <p>Atlast but not the least, I need to program this barcode generation myselfin c#. So, there should be some free library available for the same. Aspose barcode is a good one. But it is costly. </p> <p>I have come across the following Barcodes. I have checked the specification of some of these types. But couldn't reach a final decision. I can't turn back once I choose a barcode and start programming.</p> <p>1D: UPC/EAN/JAN, Code 39, Code 128, Interleaved 2 of 5, Codabar, Code 11, Code 93, NEC 2 of 5, Matrix 2 of 5, Trioptic Code, Stacked 1D: PDF417, Micro PDF417, Codablock A &amp; F, Composite Codes 2D: Data Matrix, QR Code, Micro QR Code, Aztec Code, Maxicode</p> <p>I am thinking of using PDF417. Does it have any disadvantages?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload