Change Barcode Size in Advanced PDF/HTML Template

  • Navigate to Customization > Forms > Advanced PDF/HTML Template.

  • Click Edit/Customize next to the Item Label template.

  • Switch to Source Code.

  • Locate the code below:

<td><barcode codetype=”code128″ style=”width: 100pt; height: 50pt;” showtext=”true” value=”${record.tranid}”/></td>

  • Define the style width and height to adjust the size of the barcode.

Example:

From:

style=”width: 100pt; height: 50pt;”

To: 

style=”width: 150pt; height: 100pt;”

  • Click Save when done then to test, print an Item Label.

Note: The Preview function in Advanced PDF/HTML Template does not show the barcode.

Leave a comment

Your email address will not be published. Required fields are marked *