My users have reported that the OneCode / USPS IMb / Intelligent Mail Barcode generated by Connect is out of spec, and that they must manually adjust it each time.
The default height appears to be .229", and the spec calls for “Overall barcode height between 0.125 and 0.165 inch”.
Can this be fixed? Can the default size be adjusted somewhere? We are getting rejected/returned mail so this is considered a major issue.
To help you properly we would need to see the Template and reproduce the issue. I suggest you open a technical support ticket through our website.
I can when I get back to the office Friday, however, I’m talking about the default size of the barcode. It’s too big, out of spec.
Every time we create a mailpiece, we have to edit the “extendedHeight” in the source code:
<div id="barcode" anchor="page_media_0"
data-params="{"extendedHeight":20,"grayScale":false,"spacing":2,"backColor":"#FFFFFF","width":2,"scale":0,"barColor":"#000000","outputFormat":"PNG","height":8}"
style="width: 96mm; height: 5.84mm; position: relative; left: 0px; top: 0px;"
type="com.objectiflune.connect.addin.barcodes.onecode" offset-x="0" offset-y="0">
The height of “20” is too tall and the mail gets rejected.
My question is, can we somehow change the default from “20” to another value?