constant PRINT_PDF_PAGE_ORIENTATION_DEFAULT in Printer, email and PDF versions 5.x
Same name and namespace in other branches
- 5.4 print_pdf/print_pdf.module \PRINT_PDF_PAGE_ORIENTATION_DEFAULT
- 5.3 print_pdf/print_pdf.module \PRINT_PDF_PAGE_ORIENTATION_DEFAULT
- 6 print_pdf/print_pdf.module \PRINT_PDF_PAGE_ORIENTATION_DEFAULT
- 7.2 print_pdf/print_pdf.module \PRINT_PDF_PAGE_ORIENTATION_DEFAULT
- 7 print_pdf/print_pdf.module \PRINT_PDF_PAGE_ORIENTATION_DEFAULT
4 uses of PRINT_PDF_PAGE_ORIENTATION_DEFAULT
- print_pdf_settings in print_pdf/
print_pdf.admin.inc - Menu callback for the PDF version module settings form.
- _print_pdf_dompdf in print_pdf/
print_pdf.pages.inc - Generate the PDF file using the dompdf library
- _print_pdf_tcpdf in print_pdf/
print_pdf.pages.inc - Generate the PDF file using the TCPDF library
- _print_pdf_wkhtmltopdf in print_pdf/
print_pdf.pages.inc - Generate the PDF file using wkhtmltopdf
File
- print_pdf/
print_pdf.module, line 29 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PDF_PAGE_ORIENTATION_DEFAULT', 'portrait');