We require features like header, footer, table of contents and cover page of pdf, which we want to generate from html/css. We tried WKHTML on windows and it worked like a charm, when moving to our server, we installed WKHTML on our ubuntu server, installation process was successful but it had only limited features, it was able to generate pdf from HTML but all features mentioned (i-e header, footer , table of content and cover page) wasn't working. Following is the error which it was producing.
"The switch -t, is not support using unpatched qt, and will be ignored. Error: This version of wkhtmltopdf is build against an unpatched version of QT, and does not support more then one input document."
We followed many tutorials and installed it with QT patched, one of the tutorial is here (https://code.google.com/p/wkhtmltopdf/wiki/compilation) . We are not sure if we skipped something or did something wrong, it is installed and few of features has started to work but not all. we are able to generate header and footer but cover page and table of content are still not working. which we really need.