我正在使用 primefaces p:barcode 标签,在生成条形码时,我的扫描仪难以扫描它们。
它非常简单:
<p:column>
<f:facet name="header">
<h:outputText value="Bottle Name" title="Bottle Name" />
</f:facet>
<p:barcode value="#{bottle.BottleLotId}" type="code128" title="BottleId=#{bottle.BottleId}" format="png" />
</p:column>
我似乎找不到任何方法来控制生成的 png 的分辨率。有没有人使用过这个标签或建议过其他生成条形码的方法?