Print: Printer, e-mail and PDF versions

Last modified: February 26, 2009 - 18:46

This module allows you to generate the following printer-friendly versions of any node:

  • Web page printer-friendly version (at www.example.com/print/nid)
  • PDF version (at www.example.com/printpdf/nid)
  • Send by-email (at www.example.com/printmail/nid)

where nid is the node id of content to render.

A link is inserted in the each node (configurable in the content type settings), that opens a version of the page with no sidebars, search boxes, navigation pages, etc.

By editing the default print.css or specifying you own CSS file and/or the print.tpl.php files, it is possible to change the look of the output page to suit your taste. For a more fine-grained customization, it is possible to use a print[_format][.node-node-type].tpl.php file located in either the current theme or the module directory (format is either html, maill or pdf, and node-type is Drupal's node type (e.g. page, story, etc.)).

 
 

Drupal is a registered trademark of Dries Buytaert.