https://bugs.documentfoundation.org/show_bug.cgi?id=143718
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski <[email protected]> --- 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.
