Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
#D7CX: The Printer-friendly, e-mail and PDF versions module will have a full Drupal 7 release on the day that Drupal 7 is released.
#D7AX - I pledge to make this module as accessible as it can be. If you find any flaws, please submit an issue. Help me fix them if you can.
This module allows you to generate the following printer-friendly versions of any node:
www.example.com/print/nid)www.example.com/printpdf/nid)www.example.com/printmail/nid)where nid is the node id of content to render.
Important: The current versions of the module require at least Drupal 5.17 or 6.11. They will not work in older versions.
To be able to create a PDF version, please follow the instructions in the INSTALL.txt carefully.
You must install one of the following third-party tools:
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, mail or pdf, and node-type is Drupal's node type (e.g. page, story, etc.)).