私が何かをするとき
exec("c:\\Program Files (x86)\\wkhtmltopdf\\wkhtmltopdf.exe --footer-center as http://bbc.co.uk c:\\test2.pdf",$output);
何も起こりません。ファイルが存在し、次の行は 1 を返します。
echo file_exists("c:\\Program Files (x86)\\wkhtmltopdf\\wkhtmltopdf.exe");
変えたら
exec("d:\\wkhtmltopdf\\wkhtmltopdf.exe --footer-center as http://bbc.co.uk c:\\test2.pdf",$output);
正常に動作します。それは修正できますか?