[PHP] PDF Overflow

2007-02-28 Thread Eddie Schnell
I am writing a PHP file that outputs a PDF file that will have a bunch of data from the data base. After the ammount of data hits 24 pieces(23 with 0) i need it to go to a new page. I am using the PDFB Library which contains a custom barcode thing, FPDI+FPDF. Thank's for your help in advance,

Re: [PHP] PDF Overflow

2007-03-02 Thread Holger Blasum
On 02-28, Eddie Schnell wrote: > I am writing a PHP file that outputs a PDF file that will have a bunch > of data from the data base. After the ammount of data hits 24 pieces(23 > with 0) i need it to go to a new page. I am using the PDFB Library which > contains a custom barcode thing, FPDI+FPD