You are here

constant PRINT_PDF_WKHTMLTOPDF_OPTIONS in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 5.4 print_pdf/print_pdf.module \PRINT_PDF_WKHTMLTOPDF_OPTIONS
  2. 7.2 print_pdf/lib_handlers/print_pdf_wkhtmltopdf/print_pdf_wkhtmltopdf.module \PRINT_PDF_WKHTMLTOPDF_OPTIONS
  3. 7 print_pdf/print_pdf.module \PRINT_PDF_WKHTMLTOPDF_OPTIONS
  4. 5.x print_pdf/print_pdf.module \PRINT_PDF_WKHTMLTOPDF_OPTIONS
2 uses of PRINT_PDF_WKHTMLTOPDF_OPTIONS
print_pdf_settings in print_pdf/print_pdf.admin.inc
Menu callback for the PDF version module settings form.
_print_pdf_wkhtmltopdf in print_pdf/print_pdf.pages.inc
Generate the PDF file using wkhtmltopdf

File

print_pdf/print_pdf.module, line 37
Displays Printer-friendly versions of Drupal pages.

Code

define('PRINT_PDF_WKHTMLTOPDF_OPTIONS', "--footer-font-size 7 --footer-right '[page]'");