HTML to PDF conversion- issue getting multiple entries
Hello everyone,
I am using plugin HTML to PDF.
I have used two nodes in process model "HTML DOC from template" and "HTML to PDF". In first node("HTML DOC from template") I am passing process variable for ###name### (pv!customer.name) and so on for others.
Successfully converted HTML to PDF file but I am having issue with multiple entries. Like: I have total 10 records but in pdf all records shown up in one line with comma separator.
Note: Created a rule for this where I get all records but getting issues passing this rule in process model node ("HTML DOC from template").
for example:
<table>
<tr>
<td> <h3> Name </h3> </td>
<td> <h3> Address</h3> </td>
<td> <h3> Unit </h3> </td>
</tr>
<tr>
<td> ###name### </td>
<td> ###address### </td>
<td> ###unit### </td>
</tr>
</table>
Please assist me on this.
