Queue handling with shell command

Hi!

When using a shell command to convert a WORD document to PDF works fine as long as it is one user, or one at a time. If two or more users do the process at the same time it seems like it is no queue handling.

–convert-to pdf -outdir Path Path_Doc

Any suggestions to solve this?
Ange ‘flag’ that can be used to check if LibreOffice is working on a process or not?

:slight_smile: Richard

You likely forgot to describe the issue that you need to solve. What “it seems like it is no queue handling” means? What do you see; what problem that causes.

If your system is multi-user, then by default, every user would use own LibreOffice user profile; and that is exactly what defines if one instance would find existing another (using the same profile), and delegate its task to that instance. -env:UserInstallation command line parameter may help.