Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
ter. > Is there something like this in php? > > >From: Piotr Pluciennik <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: [PHP-WIN] HTML Printing problem. > >Date: Tue, 07 Oct 2003 22:54:02 +0200 > > > >Hi, > > > >if I can su

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
p? > > >From: Piotr Pluciennik <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: [PHP-WIN] HTML Printing problem. > >Date: Tue, 07 Oct 2003 22:54:02 +0200 > > > >Hi, > > > >if I can suggest you to do some pagination on your reports, t

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread php coder
send files to the printer. Is there something like this in php? From: Piotr Pluciennik <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] HTML Printing problem. Date: Tue, 07 Oct 2003 22:54:02 +0200 Hi, if I can suggest you to do some pagination on your reports, then after pr

Re: [PHP-WIN] HTML Printing problem.

2003-10-07 Thread Piotr Pluciennik
Hi, if I can suggest you to do some pagination on your reports, then after printing each page, next page will be automatically loaded and printed and so on until report will be printed. Reloading and printing of each page should be done with client side programt, such like javascript... This meto

[PHP-WIN] HTML Printing problem.

2003-10-07 Thread php coder
Issue: HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many