[Libreoffice-bugs] [Bug 143718] when I convert word to pdf, appear a command window, after finished , the command window disappear.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 4 09:53:27 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=143718

Mike Kaganski <mikekaganski at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Mike Kaganski <mikekaganski at hotmail.com> ---
This is not a bug.

Don't use soffice.exe for console operation (even those that are performed in a
Java code). soffice.exe is a Windows subsystem application, and when it needs
to output messages to console (as is the case for --convert-to), it has to
create a new console for that (just because it has no own console).

Starting from 6.3, there's a proper console application: soffice.com [1]. It
reuses the console provided by the calling process (it might be redirected to a
file, or whatever). Use it instead of soffice.exe.

[1] https://wiki.documentfoundation.org/ReleaseNotes/6.3#Windows

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210804/31ddc0ed/attachment.htm>


More information about the Libreoffice-bugs mailing list