Skip to main content

Ein Zusatzmodul, das nach der Installation drei Teilmodule anzeigt, die einzeln aktiviert werden können:
Printer, e-mail and PDF versions

Aktiviert
Name
Version
Beschreibung

Aktiviert
Name
Version
Beschreibung

PDF version
6.x-1.10
Adds the capability to export pages as PDF.
Abhängig von: Printer-friendly pages (disabled)

Printer-friendly pages
6.x-1.10
Adds a printer-friendly version link to content and administrative pages.
Benötigt von: Send by e-mail (disabled), PDF version (disabled)

Send by e-mail
6.x-1.10
Provides the capability to send the web page by e-mail
Abhängig von: Printer-friendly pages (disabled)

Nach der Aktivierung muss vermutlich zur PDF-VErsion etwas konfiguriert werden. Darauf verweist der Statusbereicht.
Darüber gelangt na zu einem Hinweis, dass für PDF ein zusätzliches Programm installiert werden muss, wie die Datei "Install.txt" des Moduls Print sagt:
"PDF TOOL
--------

The print_pdf module requires the use of an external PDF generation tool.
The currently supported tools are dompdf and TCPDF. Please note that any
errors/bugs in those tools need to be reported and fixed by their
maintainers. DO NOT report bugs in those tools in the print module's issue
queue at Drupal.org.

dompdf support:
  The dompdf tool produces results that are more faithful to the HTML
  printer-friendly page. Unicode is not supported (only ISO-8859-1).
  This tool is not supported and there are several known bugs that result
  from its incomplete implementation.

  1. Download dompdf from http://code.google.com/p/dompdf/downloads/list
  2. Extract the contents of the downloaded package into the print module
  lib directory (usually sites/all/modules/print/lib)
  3. Check if dompdf_config.inc.php fits your installation. In 99% of cases,
  no changes are necessary, so just try to use it and only edit anything if
  the PDF generation fails.
  4. Grant write access to the lib/fonts directory to your webserver user.
  5. If you're using dompdf-0.5.1, delete the dompdf.php file as it contains
  a security vulnerability
  6. Check http://code.google.com/p/dompdf/ for further information.

TCPDF support:
  TCPDF seems to be more actively developed than dompdf, but it's support
  for CSS is considerably worse. Unicode is supported (use of Unicode fonts
  result in HUGE files). Page header and footer are supported. This module
  requires TCPDF >= 4.0.000.

  1. Download TCPDF from http://sourceforge.net/projects/tcpdf/
  2. Extract the contents of the downloaded package into the print module
  lib directory (usually sites/all/modules/print/lib). There is no need to
  modify the config/tcpdf_config.php file, as the module self-configures
  TCPDF.
  3. Check http://tcpdf.sourceforge.net/ for further information.
[...]"