Pdfcreator 3.2.2 web interface

Do not create a file through the web interface by reference.
There is a site which the following code is executed on PHP
exec('c:\PDFCreator\PDFCreator.exe /PrintFile="c:\test\1.jpg" /Outputfile="c:\test\1.pdf"');
nothing happens, the file is not created
by executing this code through the command line, everything works

Hi,

you need PDFCreator Server if you are planning to launch PDFCreator without a logged on user or a printing from a service in session 0:
https://www.pdfforge.org/pdfcreator-server

Best regards

Robin

but can this be done without pdfcreator-server? What should I set up for the administrator?