Printer, email and PDF versions

  1. drupal
    1. 6 print.module

Welcome to the print module developer's documentation. The interesting functions for themers are those that start with 'theme_'.

Files

NameDescription
print.admin.incContains the administrative functions of the PF module.
print.installInstall file of the print module
print.moduleDisplays Printer-friendly versions of Drupal pages.
print.pages.incContains the functions to generate Printer-friendly pages.
print.tpl.phpDefault print module template
print_mail.admin.incContains the administrative functions of the send by email module.
print_mail.incDisplays and processes the mail send form.
print_mail.installInstall file of the print_mail module
print_mail.moduleDisplays Printer-friendly versions of Drupal pages.
print_pdf.admin.incContains the administrative functions of the PDF version module.
print_pdf.class.incExtend the TCPDF class to be able to customize the Footer
print_pdf.class_php4.incExtend the TCPDF class to be able to customize the Footer (PHP4 version)
print_pdf.installInstall file of the print_pdf module
print_pdf.moduleDisplays Printer-friendly versions of Drupal pages.
print_pdf.pages.incGenerates the PDF versions of the pages
print_basic.testprint module simpletest tests

File

contributions/print/print.module, line 3
Displays Printer-friendly versions of Drupal pages.