1820071 Members
2425 Online
109608 Solutions
New Discussion юеВ

printing html file

 
SOLVED
Go to solution
Moshe Korach
Occasional Advisor

printing html file

Hi

i want to know how can i print a html file in unix with the command lp on a network printer .

Mosh
2 REPLIES 2
Darren Prior
Honored Contributor
Solution

Re: printing html file

Hi,

A quick search at http://hpux.connect.org.uk/hppd/cgi-bin/search came up with html2ps and htmldoc which both convert html to PostScript output which could then be fed into lp.

regards,
Darren.
Calm down. It's only ones and zeros...
Bill Hassell
Honored Contributor

Re: printing html file

Check the network printer for the availability of Postscript. Postscript is not always available on a majority of printers. HP printers are ASCII (not Postscript) with enhancements like fonts and graphics enabled by the use of escape sequences. These enhancements are called Printer Control Language or PCL. Many HP laser printers have an option to install a Postscript module.


Bill Hassell, sysadmin