wkhtmltopdf: No such file or directory [ Closed ]
问题 I installed wkhtmltopdf from the following code sudo apt-get install wkhtmltopdf But when I am creating PDF then it is generating following error Error: /bin/bash: /usr/bin/wkhtmltopdf: No such file or directory 回答1: It appears that when you're trying to run wkhtmltopdf, it's not finding the program to execute. You can try to locate it with locate wkhtmltopdf . That should return the path to the executable. If that doesn't return a path, you can use this (but it will take longer): find /