Topic: Item display PDF files
if you want a bit more space between line items in your PDF files add the following under "while" loop in rep109.php
around line 108 add
$rep->NewLine(1,0,5); // 1 stand for new line and 5 for space height
you can change 5 to 10 if you want more space
you can do the same for quotes, invoices etc...