Customize the size of the table in Bil payment voucher check PDF

To increase the size of the statement in your advanced PDF template, you can adjust the height, width, and potentially the font size within the <td> tag. 

Adjust the height and width: Increase the height and width values to make the table larger.

Increase the font size: Use inline CSS within the <td> tag to increase the font size.

<table style="position: absolute; overflow: hidden; left: 478pt; top: 5pt; height: 30pt; width: 150pt;"> <tr> <td style="font-size: 14pt;"> ${record.trandate?string("MM/dd/yyyy")} </td> </tr> </table>

Leave a comment

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