1. Home
  2. Computing & Technology
  3. Linux

Linux Ecology How-To

From Authors, for About.com


   Linux Ecology-HOWTO
   Prev    Chapter 4. Saving Consumables (Paper, Ink, etc.)    Next

4.1. Printing of Drafts / Multiple Pages on One Sheet of Paper

Use psutils package to put more than one page on one sheet of paper. This collection of utilities is for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing.

For example, to create a PostScript document with 4 pages per sheet:

psnup -nup 4 doc.ps > doc4p.ps

Often HTML pages are not optimised for printing. You may use html2ps , a HTML to PostScript converter, to print HTML pages. "This program converts HTML directly to PostScript. The HTML code can be retrieved from one or more URLs or local files, specified as parameters on the command line. A comprehensive level of HTML is supported, including inline images, CSS1, and some features of HTML 4.0."

Or you may use mpage to print 2 up or 4 up (PS documents or ASCII text). This may be used to save up to 50 percent or more of your paper.


   Prev    Home    Next
   Saving Consumables (Paper, Ink, etc.)    Up    Double Sided Printing


* License

* Linux Ecology How-To Index

Explore Linux

More from About.com

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux HowTos
  5. Linux Ecology How-To
  6. Linux Ecology How-To - Printing of Drafts / Multiple Pages on One Sheet of Paper

©2008 About.com, a part of The New York Times Company.

All rights reserved.