wkhtmltopdf sounds like an excellent solution…the problem is nothing happens on the exec
shell_exec(“c:\wkhtmltopdf.exe”,”http://www.google.com google.pdf”);
Am i doing anything wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can you use the “official” class?
http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp
If not, perhaps peeking into how they did things will help you out with your implementation.
Edit:
New link, from the Githubs – https://github.com/mikehaertl/phpwkhtmltopdf