launching from a service
Submitted by nikfware on Mon, 2007-12-24 15:46.
Hi all,
I've created an application in Delphi that generate a mailmerge of a Word document, that save it as a PostScript file, then finally print out to PDF using PDFCreator using IF and OF command line switches.
If I run the application normally, all works well and the PDF is created and opened, but if I run the application as a service, the ShellExecute that runs the PDFCreator doesn't run, and I'm not able to have the PS-PDF conversion of my mailmerge. Note that the PS file is always created.
Can anyone help me?
Nik