Hi,
I am using ezPDF to create PDF on the fly...
I need to create a multipage listing using this ths class in my PDF, I want to Show only 50 no of record per page that I need to put page break and than go again with 50 records per page in my PDF.
My question is simple.. How to put Page Break using this class :o) 😃 I know the logic for getting 50 record per page. I notice that it insert page break if data exceed but in my case Data will never exceed single page infact I have 3-4 blank line at last as some data can get big.
I found its tutorial but didn't find a way of doing it.
Thanks