<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - command line option '--cat'"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117312#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - command line option '--cat'"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117312">bug 117312</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>1. The problem of not getting any output on Windows is indeed <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - soffice --help displays nothing (Windows command line)"
   href="show_bug.cgi?id=112536">tdf#112536</a>, and
is fixed now.

2. --cat does work for me with .odt files; when using with debug builds, one
needs to consider the debug output that gets emitted by LibreOffice to stderr,
and mixed with the output to stdout when seen in terminal; so the best way to
see if something is actually output is using command line like

<span class="quote">> soffice --cat path/to/file.odt > path/to/out.txt</span >

so that out.txt would contain only the stdout data, while console would get all
warnings/info from stderr.

3. --cat does *not* work for me with .ods; *possibly* that's expected that we
only output the content for text documents, not other types of documents - I
suppose we use "plain text" output filter for the loaded document, which would
fail for spreadsheets.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>