1
|
wkhtmltopdf support:
|
2
|
wkhtmltopdf is a webkit-based tool that actually is a browser in order to
|
3
|
generate the PDF. Resource hungry: expect to need some 30Mb+ of RAM and
|
4
|
some seconds of CPU power. The static binaries may need additional
|
5
|
libraries in your site, which may present problems in shared hosting
|
6
|
environments. The best, if you can run it.
|
7
|
|
8
|
1. Download wkhtmltopdf from
|
9
|
http://code.google.com/p/wkhtmltopdf/downloads/list. You can choose to
|
10
|
download the source and compile it or simply download the static binary,
|
11
|
which doesn't require you to compile anything. Note that the compiled
|
12
|
version may require a running X server (static uses patched libs that can
|
13
|
work without one).
|
14
|
2. Place the wkhtmltopdf executable into one of the supported paths.
|
15
|
(usually sites/all/modules/print/lib). You can also place a symbolic link
|
16
|
to the executable.
|
17
|
3. Check http://code.google.com/p/wkhtmltopdf/ for further information.
|