user/bin/inkscape -f sample.svg -e sample.png
Above command works when executes in shell, but with php shell_exec() its not executing.
Any help will appreciated.
user/bin/inkscape -f sample.svg -e sample.png
Above command works when executes in shell, but with php shell_exec() its not executing.
Any help will appreciated.