[PHP-WIN] Cancel "Default filename / PHP / PDFlib"

2004-06-14 Thread cr10001
Cancel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Realpath in pdflib & apache2

2004-06-14 Thread Claus
When creating a pdf file using pdflib through php on Apache2, I have noticed that the default path for the filenames are different depending on where the filename is used. I wanted to open a template pdf file to save time by having all constant texts generated only once and reuse the template l

[PHP-WIN] executing a java app from a php script

2004-06-14 Thread George Pitcher
Hi, I'm trying to do a bit of java execution as part of a php routine and the following just doesn't work: Even adding tha path to 'java' doesn't help. This command works fine from the command line. It adds two pdf files together. If I can get this to work, I'll also add the encryption routine

Re: [PHP-WIN] executing a java app from a php script

2004-06-14 Thread Frank M. Kromann
It could be a problem with access to execute Java. If the user running the process (under a web server) is without rights to execute this will not work. You can try running the script with CLI from the command line or you can take a look at the java extension for PHP (www.php.net/java). - Frank