some tag data enclosed before PDF417 barcode
Hello support, We have tried to use the JavaScript PDF 417 Barcode Generator to create PDF 417 Barcodes in Web forms and convert them into 300 dpi PDFs.
Some of html code to call the JS barcode function to create barcode fonts (please refer to barcodeHtml01.html ) as:
<table class="Tb1" style="width:19cm">
<tr>
<td>
<div>
<div id="barcode-font"></div>
</div>
</td>
</tr>
</table>
bcodevalue = 534 * "1"
var fontBarcode =
IDAutomation_JavaScriptBarcode_PDF417(
bcodevalue,
1,//'ApplyTilde': 1,
6,//'EccLevel': 8,
20,//'ColumnSpecify': 0,
10,//'RowSpecify': 0,
0,//'Truncate': 0,
1,//'ForceBinary': 0,
2,//'XYRatio': 0,
4.5,//'XDimensionPoints': 4,
3,//'ReturnType': 4,
3//'QuietZone': 3
);
document.getElementById("barcode-font").outerHTML = fontBarcode;
We have found that it will need to add some tag data before the barcode font and extend the width of the table containing the barcode font. (Please refer to tableBarcode02.pdf ).
We have also captured the additional tag data as :
<div style="font-size:4.5px;line-height:4.5px;font-family:Consolas, Courier New, monospace;">
<pre style="padding:13.5px;background-color:#fff;width:1863px;">
We think <pre width:1863px> might be the cause for extending the width of the table, and why it will have such a 1863px value?
We need your help to dig into the details about this issue and make a good suggestion for us ...
05-29-25 118 day(s) ago
 Report Abuse
|