I would like to have print some thing like an invoice .
The problem I am facing in the if I want to print the format (the border lines) to be printed upto the end of the page even I have only few lines.
Is there any way to achive it , can I make the size of the details are
I would like to get the print out like below , need to get empty lines ,
item Code |
Qty |
item1 |
1 |
item2 |
2 |
item3 |
3 |
|
|
|
|
|
|
|
|
Total |
6 |
Regards