Remove the Gaps Between the Item Labels When Printing on Advanced PDF/HTML Template

There is a requirement to print Item Labels using Advanced PDF/HTML Templates, the labels are being printed by 3’s with large gaps in between. To minimize the gaps, an adjustment to the Item Label Template should be done.

Solution

  1. Navigate to Customization Forms Advanced PDF/HTML Templates
  2. Click Edit beside the preferred Item Label PDF/HTML Template
  3. Top right corner: Toggle Source Code
  4. Remove the following:
<#elseif label_index % 3 == 2 && label_index != records?size - 1>

5. Click Save

Leave a comment

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