Hello friends i am getting output of this command This code works perfectly
<?php
echo exec('whoami');
?>
but problem in
<?php
echo exec('C:\\Users\\user\\Desktop\\abc\\xpdfbin-win-3.04\\bin64>pdfinfo -f 1 test.pdf');
?>
can you please give me your expert advice?