On Fri, Sep 24, 2004 at 12:12:33PM +0300, victor wrote: > So I need I button in a web page that will print that page to a > printer that is not attached to the local computer, but to the web > server where the page is hosted. > > The problem is that when I send a html page it prints all the tags: > <table>, ...
So you need some sort of filter to convert an HTML document to a format that your printer can understand. Are you trying to get plain text output? HTML::Striper might be your friend. Want it formatted? HTML::Latext might do as a first stage (then you'll need to convert the LaTeX to something your printer can understand (maybe postscript)). -- David Dorward http://dorward.me.uk -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>