PHP bindings for libwkhtmltox
PHP bindings for the fabulous libwkhtmltox
Special thanks to antialize for creating wkhtmltopdf
For parameters and settings (for users familiar with the command line utility) see:
http://www.cs.au.dk/~jakobt/libwkhtmltox_0.10.0_doc/pagesettings.html
$ phpize
$ ./configure
$ make install
edit your php.ini and add:
extension=phpwkhtmltox.so
libwkhtmltox.* somewhere in your LD path (/usr/local/lib)src/include/wkhtmltox from wkhtmltopdf somewhere on your include path (/usr/local/include)Until this bug is fixed you need qt_menu.nib directory from the QT source tree in the same directory as your libwkhtmltox.* library files