diff --git a/INSTALL.txt b/INSTALL.txt index afe9ea4f259eaaf57af721fddf22e0d16ec5b8bc..028eb2839a7bf45cd3adbb07def392c81fe93311 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -11,10 +11,14 @@ 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. +The currently supported tools are dompdf, TCPDF and wkhtmltopdf. 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. + +supported paths: + * print module lib directory (usually sites/all/modules/print/lib) + * libraries directory (sites/all/libraries) dompdf support: The dompdf tool produces results that are more faithful to the HTML @@ -23,8 +27,8 @@ dompdf support: 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) + 2. Extract the contents of the downloaded package into one of the + supported paths. 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. @@ -44,10 +48,9 @@ TCPDF support: 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. + 2. Extract the contents of the downloaded package into one of the + supported paths. 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. wkhtmltopdf support: @@ -56,8 +59,8 @@ wkhtmltopdf support: http://code.google.com/p/wkhtmltopdf/downloads/list. You can choose to download the source and compile it or simply download the static binary, which doesn't require you to complile anything. - 2. Place the wkhtmltopdf executable into the print module lib directory - (usually sites/all/modules/print/lib). You can also place a symbolic link + 2. Place the wkhtmltopdf executable into one of the supported paths. + (usually sites/all/modules/print/lib). You can also place a symbolic link to the executable. 3. Check http://code.google.com/p/wkhtmltopdf/ for further information.