[SOLVED] i need help on pdf generation using fpdf class.
Posted: Sun Aug 21, 2005 9:30 am
this thing made me crazy man. let make it simple. i try to generate a pdf file which will contains student names. currently, all students divided into several programmes. CS225, CS226 and CS220. total number of students are 57. each page will has 25 student names and also a page header. my problem is, when i run the script, each row that contains student name is not at the right place. it is like this.
_____________________________
|____________________________| ----> header
|____________________________| ----> 1st student
|____________________________| ----> 2nd student
_____________________________
|____________________________| ----> 3rd student
_____________________________
|____________________________| -----> 4th student
it is not what i wanted. there is a big space between rows. suppose each row is comes after previous row.
_____________________________
|____________________________| ----> header
|____________________________| ----> 1st student
|____________________________| ----> 2nd student
_____________________________
|____________________________| ----> 3rd student
_____________________________
|____________________________| -----> 4th student
it is not what i wanted. there is a big space between rows. suppose each row is comes after previous row.