[PHP-WIN] Re: Print data

2002-10-25 Thread Dan Koken
We faced this problem, and decided if we couldn't get a good solution to eliminate the printer. Turns out the users liked it better, and we eliminated a lot of paper. - First we wrote a report writer. - All reports go to the database. - We wrote a report file system. - The report output title sho

RE: [PHP-WIN] Re: Print data

2002-10-24 Thread José Moreira
PDF <- server web service <- XML <- PHP / client -Mensagem original- De: J Wynia [mailto:letterj@;Phpgeek.com] Enviada: quinta-feira, 24 de Outubro de 2002 13:58 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Assunto: [PHP-WIN] Re: Print data José Moreira wrote: > hello, at my

[PHP-WIN] Re: Print data

2002-10-24 Thread J Wynia
José Moreira wrote: hello, at my company we have several network printers and i was was wondering if it's possible to print directly to them using PHP, instead of showing on the screen or both ... to gain more control on what is printed, because of the nasty browsers header and footer ... whom i n

[PHP-WIN] Re: Print data

2002-10-24 Thread Brian McGarvie
an alternative I'm looking into is simply writing/formatting the data into a text file, then using the good old 'net print' dos command to print the file... "José Moreira" <[EMAIL PROTECTED]> wrote in message news:1035381924.1052.8.camel@;inf4.pt... > hello, at my company we have several network p