I'm using installation of wkhtmltopdf (I even copied instalation from other directory) on my localhost (windows xp) simply by callling exec function. Everything works good.
How can I use it on linux share web server? Admin claimed, that it is neccesary compile that and nothing like copy and immedeatelly using is not on linux possible.
I tried
exec('./library/External/wkhtmltopdf-i386 --V');
but nothing happened (any error, file_exists is true). It is true, that it is not possible to use it like I use it in windows?
I used wkhtmltopdf-0.9.9-installer.exe on localhost from http://code.google.com/p/wkhtmltopdf/downloads/list.
On shared server (linux) I used wkhtmltopdf-i386 (it isn't .exe or .dll ... it's linux version) from the same source.
.exe
or.dll
file or not? The answer below seems to suggest that it is but I'm not quite sure as usually they are not named like that in winodws environments. Can you run it via shell/console? – Joel Peltonen