[Download Lynx] [Resources] [Installing Lynx] [Using Lynx] [Lynx Keymap] [Using Helper Apps] [Printing With Lynx] [Lynx Documentation] |
In Windows, Lynx cannot print out hard copies of the documents that it views. One alternative is to save it to a text file (Save to a local file), but then it is a little tedious to find the files and then print them, especially when you want to print a large number. One other method is to print to another Windows program and use that program to print. This is what I will describe below using Windows Notepad as an example. Just add this line to your lynx.cfg: PRINTER:Send to Notepad:notepad.exe %s:TRUE:66 When you next type P (for Print) in Lynx, you will see "Send to Notepad" in the Printing Options screen. Choose that to send the document you are viewing to Notepad. Notepad will then open and the document can be edited if necessary and printed normally. Other programs (Word, wordpad or program that can view text files) can also be used to print. A detailed explanation how to define printers is included in the Lynx.cfg file under the header of PRINTER & DOWNLOADER DEFINITIONS. Remember that the program you want to use to print with must be in your path. [Top] |