PDFCreator.exe process fail

Hi,
in latest version 3.2.2 (not tested in older versions) we have a problem of running PDFCreator via command line using CreateProcessAsUser WIN32 function (https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-createprocessasusera).
Command line looks like "C:\PDFCreatorInstallPath\PDFCreator.exe /PrintFile="D:\file.doc" /OutputFile="D:\Output.pdf"" - its passed to lpCommandLine argument of the above method.

The error in Windows Event Viewer is:

Aplikace: PDFCreator.exe
Verze Framework: v4.0.30319
Popis: Proces byl ukončen z důvodu neošetřené výjimky.
Informace o výjimce: System.IO.IOException
na System.IO.__Error.WinIOError(Int32, System.String)
na System.IO.Directory.InternalCreateDirectory(System.String, System.String, System.Object, Boolean)
na System.IO.Directory.InternalCreateDirectoryHelper(System.String, Boolean)
na pdfforge.PDFCreator.Core.Services.Logging.FileLogger.GetLogFilePathAndMakeSureDirectoryExists(System.String, System.String)
na pdfforge.PDFCreator.Core.Services.Logging.FileLogger..ctor(System.String, NLog.LogLevel, System.String)
na pdfforge.PDFCreator.Editions.EditionBase.ProgramBase.InitializeLogging()
na pdfforge.PDFCreator.Editions.EditionBase.ProgramBase.StartApplication(System.String[], System.Func1<pdfforge.PDFCreator.Editions.EditionBase.Bootstrapper>) na pdfforge.PDFCreator.Editions.EditionBase.ProgramBase.Main(System.String[], System.Func1<pdfforge.PDFCreator.Editions.EditionBase.Bootstrapper>)
na pdfforge.PDFCreator.Editions.PDFCreator.Program.Main(System.String[])

More info from Event Viewer:

Název chybující aplikace: PDFCreator.exe, verze: 3.3.0.2468, časové razítko: 0x5bbc821d
Název chybujícího modulu: KERNELBASE.dll, verze: 10.0.17134.319, časové razítko: 0x1e206b26
Kód výjimky: 0xe0434352
Posun chyby: 0x000000000003a388
ID chybujícího procesu: 0x3558
Čas spuštění chybující aplikace: 0x01d480069e7c46af
Cesta k chybující aplikaci: C:\Program Files\PDFCreator\PDFCreator.exe
Cesta k chybujícímu modulu: C:\WINDOWS\System32\KERNELBASE.dll
ID zprávy: edc3079a-4c0a-4df6-9316-9ec5b190f42c
Úplný název chybujícího balíčku:
ID aplikace související s chybujícím balíčkem:

I use it for currently logged user. For example for word document I see Microsoft Word startin and trying to print, but the printing process fails

If I use function CreateProcess(https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-createprocessa) for the same user, it works fine - printing process runs to an end and the file is created.

Could you please help me?

Thank you in advance