calling/running a .jar from inside php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I use iText to split and join pdf files. I have this on my WinXP laptop and
get php to build a .bat file - which works fine. I also have iText on my
linux server and can call that from within my php script by doing:

 $x = shell_exec("java -cp itext.jar com.lowagie.tools.concat_pdf blah
blah);

I now need to do something similar on my NT4-IIS4 server but exec() and
shell_exec() do not work on NT.

Is there another way to call/run the iText jar file on NT4?

Cheers

George, in Oxford

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux