JC
02/25/2022, 4:31 PMShannan Brown
02/25/2022, 5:53 PMAXP NS
02/25/2022, 7:27 PM<body padding="0.0in 0.0in 0.0in 0.0in" style="width: 4in; height: 3in;" >
<table padding="0.0in 0.0in 0.0in 0.0in" style="width: 3.95in; height: 2.95in;">
Here is the full HTML if that helps.
<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdfset>
<#list results as label>
<#assign cartonCount=label.custcol_countqty>
<#list 1..cartonCount?replace(',','')?number?ceiling as i>
<pdf>
<head>
<link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2" />
<#if .locale == "zh_CN">
<link name="NotoSansCJKsc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKsc_Regular}" src-bold="${nsfont.NotoSansCJKsc_Bold}" bytes="2" />
<#elseif .locale == "zh_TW">
<link name="NotoSansCJKtc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKtc_Regular}" src-bold="${nsfont.NotoSansCJKtc_Bold}" bytes="2" />
<#elseif .locale == "ja_JP">
<link name="NotoSansCJKjp" type="font" subtype="opentype" src="${nsfont.NotoSansCJKjp_Regular}" src-bold="${nsfont.NotoSansCJKjp_Bold}" bytes="2" />
<#elseif .locale == "ko_KR">
<link name="NotoSansCJKkr" type="font" subtype="opentype" src="${nsfont.NotoSansCJKkr_Regular}" src-bold="${nsfont.NotoSansCJKkr_Bold}" bytes="2" />
<#elseif .locale == "th_TH">
<link name="NotoSansThai" type="font" subtype="opentype" src="${nsfont.NotoSansThai_Regular}" src-bold="${nsfont.NotoSansThai_Bold}" bytes="2" />
</#if>
<style type="text/css">table { font-size: 9pt; table-layout: fixed; width: 100%; }
th { font-weight: bold; font-size: 8pt; vertical-align: middle; padding: 5px 6px 3px; background-color: #e3e3e3; color: #333333; padding-bottom: 10px; padding-top: 10px; }
td { padding: 4px 6px; }
b { font-weight: bold; color: #333333; }
</style>
</head>
<body padding="0.0in 0.0in 0.0in 0.0in" style="width: 4in; height: 3in;" >
<table padding="0.0in 0.0in 0.0in 0.0in" style="width: 3.95in; height: 2.95in;">
<tr height="30px">
<td width="5%"> </td>
<td width="90%"><#if label.custcol_gu_next_tag?length != 0><barcode codetype="code128" showtext="true" value="${label.custcol_gu_next_tag}"/></#if></td>
<td width="5%"> </td>
</tr>
<tr height="30px">
<td width="5%"> </td>
<td width="90%"><#if label.item?length != 0><barcode codetype="code128" showtext="true" value="${label.item}"/></#if></td>
<td width="5%"> </td>
</tr>
<tr height="20px">
<td width="5%"> </td>
<td width="90%">Lot# ${label.custcol_gu_lot_number}</td>
<td width="5%"> </td>
</tr>
<tr height="20px">
<td width="5%"> </td>
<td width="90%">Size: ${label.custcol_width}" x ${label.custcol_lengthft}'</td>
<td width="5%"> </td>
</tr>
<tr height="20px">
<td width="5%"> </td>
<td width="90%">Received: ${label.duedate}</td>
<td width="5%"> </td>
</tr>
<tr height="20px">
<td width="5%"> </td>
<td width="90%">Remarks: ${label.mainname} ${label.tranid}</td>
<td width="5%"> </td>
</tr>
</table>
</body>
</pdf></#list></#list></pdfset>
KevinJ of Kansas
02/25/2022, 7:28 PMLuis
02/25/2022, 9:33 PMmike74
02/26/2022, 3:02 AMAhmed
02/26/2022, 6:56 AMLuis
02/26/2022, 9:22 PMAlex Geller
02/27/2022, 2:57 PMKingDaGreat
02/28/2022, 3:28 AMAmtoj
02/28/2022, 4:26 AMKaran
02/28/2022, 5:37 AMKaran
02/28/2022, 6:35 AMTk
02/28/2022, 12:46 PMLivio
02/28/2022, 2:04 PMscrenshaw
02/28/2022, 4:11 PMBrian
02/28/2022, 5:51 PMGV
02/28/2022, 6:05 PMMatias Bonifacino
02/28/2022, 6:34 PMCory Weiner
02/28/2022, 7:16 PMSimon
02/28/2022, 9:27 PMMichael McNamara
02/28/2022, 10:05 PMCraig
02/28/2022, 10:53 PM7px
03/01/2022, 6:43 AMshree sashti
03/01/2022, 7:05 AMLuis
03/01/2022, 10:36 AMc c
03/01/2022, 11:29 AMmrunali
03/01/2022, 1:53 PMLivio
03/01/2022, 2:32 PMLivio
03/01/2022, 3:16 PM