You are here

Files in Printer, email and PDF versions 7.2

Primary tabs

File namesort descending Location Namespace Description
CREDITS.txt CREDITS.txt This module was created by Matt Westgate <drupal at asitis dot org> Maintained up to version 4.6 by Karsten Mueller <kmue at mac dot com> Maintained up to version 4.7 by Peter John Hartman <peterjohnhartman at gmail.com> Some bug…
INSTALL.txt INSTALL.txt INSTALLATION ------------ Decompress the print-n.x-n.n.tar.gz file into your Drupal modules directory (usually sites/all/modules, see http://drupal.org/node/176044 for more information). Enable the print module: Administration > Modules…
INSTALL.txt print_pdf/lib_handlers/print_pdf_tcpdf/INSTALL.txt TCPDF support: TCPDF's support for CSS is considerably worse than the other tools. Unicode is supported (use of Unicode fonts result in HUGE files). Page header and footer are supported. This module requires TCPDF >= 5.9.012. 1.…
INSTALL.txt print_pdf/lib_handlers/print_pdf_mpdf/INSTALL.txt mPDF support: The recommended version of this tool is 7.1.0 or newer since it is fully compatible with PHP 7.1, and security support has ended for all prior versions of PHP as of December 31, 2018. 1. Download mPDF from…
INSTALL.txt print_pdf/lib_handlers/print_pdf_dompdf/INSTALL.txt dompdf support: The dompdf tool produces results that are more faithful to the HTML printer-friendly page. Good support of CSS 2.1 and partially CSS3. The recommended version of this tool is 0.8.2 or newer since it is fully compatible with…
INSTALL.txt print_pdf/lib_handlers/print_pdf_wkhtmltopdf/INSTALL.txt wkhtmltopdf support: wkhtmltopdf is a webkit-based tool that actually is a browser in order to generate the PDF. Resource hungry: expect to need some 30Mb+ of RAM and some seconds of CPU power. The static binaries may need additional …
MAINTAINERS.txt MAINTAINERS.txt PRINT MODULE M: Joao Ventura <joao at venturas dot org> S: maintained
print-rtl.css css/print-rtl.css body { direction: rtl; } th { text-align: right; } .print-links, .print-source_url, .print-taxonomy { text-align: left; }
print.admin.inc print.admin.inc Contains the administrative functions of the PF module.
print.api.php print.api.php Main API entry point for the Printer, email and PDF versions.
print.css css/print.css body { margin: 1em; background-color: #fff; font-family: sans-serif; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { …
print.drush.inc includes/print.drush.inc Common drush functions for the print submodules.
print.inc includes/print.inc Common functions used by several of the print modules.
print.info print.info name = "Printer-friendly pages" description = "Generates a printer-friendly version of Drupal pages." core = 7.x package = "Printer, email and PDF versions" dependencies[] = drupal:node configure =…
print.install print.install Install, update and uninstall functions for the print module.
print.module print.module Displays Printer-friendly versions of Drupal pages.
print.pages.inc print.pages.inc
print.tpl.php print.tpl.php Default theme implementation to display a printer-friendly version page.
print.views.inc print.views.inc Printer-friendly version Views integration.
print_basic.test tests/print_basic.test Print module simpletest tests.
print_epub.admin.inc print_epub/print_epub.admin.inc Contains the administrative functions of the EPUB version module.
print_epub.api.php print_epub/print_epub.api.php Hooks provided by the EPUB version module.
print_epub.drush.inc print_epub/print_epub.drush.inc Provides drush integration for print_epub module EPUB libraries download.
print_epub.info print_epub/print_epub.info name = "EPUB version" description = "Adds the capability to export pages as EPUB. Requires an EPUB library and the respective handler module." core = 7.x package = "Printer, email and PDF versions" dependencies[] =…
print_epub.install print_epub/print_epub.install Install, update and uninstall functions for the print_epub module.
print_epub.module print_epub/print_epub.module Displays Printer-friendly versions of Drupal pages.
print_epub.pages.inc print_epub/print_epub.pages.inc
print_epub.views.inc print_epub/print_epub.views.inc EPUB Version Views integration.
print_epub_phpepub.drush.inc print_epub/lib_handlers/print_epub_phpepub/print_epub_phpepub.drush.inc Provides drush integration for print_epub_phpepub module.
print_epub_phpepub.info print_epub/lib_handlers/print_epub_phpepub/print_epub_phpepub.info name = "PHPePub library handler" description = "EPUB generation library using PHPePub." core = 7.x package = "Printer, email and PDF versions" dependencies[] = print:print_epub
print_epub_phpepub.install print_epub/lib_handlers/print_epub_phpepub/print_epub_phpepub.install Install, update and uninstall functions for the print_epub_phpepub module.
print_epub_phpepub.module print_epub/lib_handlers/print_epub_phpepub/print_epub_phpepub.module Generate a EPUB for the print_epub module using the PHPePub library.
print_epub_phpepub.pages.inc print_epub/lib_handlers/print_epub_phpepub/print_epub_phpepub.pages.inc Generates the EPUB version using PHPePub.
print_join_page_counter.inc print_join_page_counter.inc Custom Views integration join for the page counters.
print_mail.admin.inc print_mail/print_mail.admin.inc Contains the administrative functions of the send by email module.
print_mail.inc print_mail/print_mail.inc Displays and processes the mail send form.
print_mail.info print_mail/print_mail.info name = "Send by email" description = "Provides the capability to send the web page by email" core = 7.x package = "Printer, email and PDF versions" dependencies[] = print:print configure =…
print_mail.install print_mail/print_mail.install Install, update and uninstall functions for the print_mail module.
print_mail.module print_mail/print_mail.module Displays Printer-friendly versions of Drupal pages.
print_mail.theme-rtl.css print_mail/css/print_mail.theme-rtl.css label.printmail-label { float: right; }
print_mail.theme.css print_mail/css/print_mail.theme.css label.printmail-label { width: 175px; float: left; } form#print-mail-form textarea#edit-txt-to-addrs { width: auto; }
print_mail.views.inc print_mail/print_mail.views.inc Send by email Views integration.
print_pdf.admin.inc print_pdf/print_pdf.admin.inc Contains the administrative functions of the PDF version module.
print_pdf.api.php print_pdf/print_pdf.api.php Hooks provided by the PDF version module.
print_pdf.drush.inc print_pdf/print_pdf.drush.inc Provide drush integration for print_pdf module PDF libraries download.
print_pdf.info print_pdf/print_pdf.info name = "PDF version" description = "Adds the capability to export pages as PDF. Requires a PDF library and the respective handler module." core = 7.x package = "Printer, email and PDF versions" dependencies[] =…
print_pdf.install print_pdf/print_pdf.install Install, update and uninstall functions for the print_pdf module.
print_pdf.module print_pdf/print_pdf.module Displays Printer-friendly versions of Drupal pages.
print_pdf.pages.inc print_pdf/print_pdf.pages.inc
print_pdf.views.inc print_pdf/print_pdf.views.inc PDF Version Views integration.

Pages

Other projects