How I can execute those two command line via php:
wkhtmltopdf www.google.com gg.pdf
&
oofice -headless -nologo -pt cup-pdf my.doc
they b
You should take a look at the System program execution section of the manual : PHP provides several functions that can be used to launch external commands / programs, including :