On Tue, Feb 26, 2002 at 07:11:29AM +0000, Amit Bhargava wrote:
> 
> I want to print to a dot matrix printer in draft mode from 
> the browser instead of the usual graphical printing. Is it 
> possible by any means.
> 
---end quoted text---

All GUI browsers will print in graphic mode to cater for all
images on it.

For DMP printing of HTML text:

Option 1: Save the page. You can take a text print out of the
          HTML section after converting the page from html to
          text. If you have lynx installed, this  will  do it 
          for you:
          
          lynx -dump htmlfile > textfile
          
Option 2: Load the page in lynx and use "P" option to  print
          to file, screen or printer. Links browser does not
          have Print option.
          
HTH

Bish          


--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Colourful Prompts                              LOST #121

Put this in your .bashrc / .bash_profile
For Root :
PS1='\[\e[22m\e[40m\e[41m\]\h:\w\$\[\e[22m\e[40m\e[37m\] '
For an User:
PS1='\[\e[22m\e[40m\e[32m\]\u@\h:\w\$\[\e[22m\e[40m\e[37m\] '
 
####<[EMAIL PROTECTED]>###########################################
:

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to