Title: | Alpha Developer Support |
Notice: | [email protected], 800-332-4786 |
Moderator: | HYDRA::SYSTEM |
Created: | Mon Jun 06 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3722 |
Total number of notes: | 11359 |
Company Name : Scandinavian Softline Technology Contact Name : Hu Rui Phone : 358-9-5495 6202 (Finland?!) Fax : Email : [email protected] Date/Time in : 9-APR-1997 10:51:35 Entered by : Geritt Saylor SPE center : MRO Category : Unix OS Version : 4.0B System H/W : Brief Description of Problem: ----------------------------- Date: Wed, 9 Apr 1997 16:16:32 +0300 (EET) From: Hu Rui <[email protected]> To: "[email protected]" <[email protected]> Subject: Print HTML document In-Reply-To: <[email protected]> Message-Id: <[email protected]> Organization: Scandinavian Softline Technology Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Most of Digital Unix 4.0B documents are in HTML format in the CD. I would like to print these document. Is that any command you can print the whole book at once from netscape. Not just page after page. Regards. _________________________________________________ Hu Rui (Oracle Support No. 14428) R&D, SMS Unit (Digital ASAP Support No. A60205) Scandinavian Softline Technology Oy Tulkinkuja 3 02600 ESPOO Finland Tel +358-9-5495 6202 Fax +358-9-512 4629 Home Tel +358-9-2789426 Internet [email protected] http://www.softline.fi/ _________________________________________________
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3459.1 | HYDRA::AXPDEVELOPER | Alpha Developer support | Wed Apr 09 1997 12:12 | 24 | |
Double check your documentation CD. There is often times a postscript directory tree of entire books, and these can be sent directly to a printer. Otherwise, since this doesn't really have anything to do with Digital software I can't really provide a good answer for how to handle this, plus I don't know how to do it from Netscape. It is often the case, however, that the Digital Unix documentation is divided by chapter into individual html files which sit in the same directory. You could try the following: cat /cdrom/.../chap1.html /cdrom/.../chap2.html > ~/all_chaps.html Then you can open the all_chaps.html file in your home directory. It will contain all the chapters you specify. If there are less than 10 chapters a cat /cdrom/.../* > ~/all_chaps.html will order things correctly. If there are 10 chapters the order would be 1 10 2 3 4 5 6 7 8 9. This method might invalidate the local links in the html files, and you will not see any inline images. You could circumvent this problem by hand editing or by copying the hyperlinked document to disk and concatenating all_chaps.html in the same directory as the rest of the chapters. |