Hello all,here is my scenario: I am running Apache web server on Windows. The web server will invoke "soffice --headless --convert-to pdf somefile...." to convert it into a PDF-file. This does not work when the Apache web server is running as a service. The effect is well described: in modern versions of Windows (starting with Vista) services live in an isolated session 0.
Microsoft has documented this here: https://msdn.microsoft.com/de-de/library/windows/desktop/ms683502(v=vs.85).aspx and https://msdn.microsoft.com/en-us/library/windows/hardware/dn653293(v=vs.85).aspxMy question is, why "soffice --headless" (and I have tried --invisible, --nologo, ... in addition) still requires an interactive desktop to be present. This kills all background automation use cases that are triggered via web calls.
Regards maba -- To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted