We have an EXE running as a service. This is working without any problem. Rebooting the server automatically restarts it as a service, without any user action of the need to login on the server.
Now we want to print some document to create PDF files from within this service. It seems as this isn't working, and this gives an error in dc_fontconfigure. I guess this is because there is no presentation space available when running as a service? Anyone who had encountered this problem? Found any solution?
Code: Select all
IF Valtype(oFont) # 'O'
oFont := XbpFont():new( oPS )
oFont:create(cCompoundName)
ENDIF