iwest
June 29, 2022, 12:53am
1
Has there been a change in the renderer for the Barcode 128 format?
I’ve recently upgraded from 2020.01 to 2022.01 and the barcodes are rendering different?
The latest barcodes cannot be interpreted by some of our barcode reading devices or mobile phone apps.
iwest
June 29, 2022, 1:03am
2
Old Connect
<div id="BS1BarcodeFront" anchor="page_media_0"
data-params="{"grayScale":true,"textPosition":"BOTTOM","fontFamily":"Arial","backColor":"#FFFFFF","codeSet":"A","showText":false,"moduleWidth":0.03,"processTilde":true,"scale":2,"fontSize":8,"barColor":"#000000","outputFormat":"PNG"}"
style="width: 166px; height: 37px; position: absolute; left: 485px; top: -37.00280000000001px;"
type="com.objectiflune.connect.addin.barcodes.code128" offset-x="590.0666656494141" offset-y="65.0472030517578">
New Connect
<div id="BS1BarcodeFront" anchor="page_media_0"
data-params="{"grayScale":true,"textPosition":"BOTTOM","fontFamily":"Arial","backColor":"#FFFFFF","codeSet":"A","showText":false,"moduleWidth":0.03,"processTilde":true,"scale":2,"fontSize":8,"barColor":"#000000","outputFormat":"PNG"}"
style="width: 166px; height: 37px; position: absolute; left: 485px; top: -37.0028px;"
type="com.objectiflune.connect.addin.barcodes.code128" offset-x="590.0666656494141" offset-y="65.0472030517578">
Did you try to set the top value to the same as in the “old Connect”? Does that fix things?
iwest
June 29, 2022, 6:31am
4
I’ve found through assistance from @hirot that switching from PNG rendering to SVG does fix the problem. Seems the rendering and scaling of the barcode into PNG is a little off.