<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Slow performance on convert-to pdf after libreoffice 6.3.x"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127055">127055</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Slow performance on convert-to pdf after libreoffice 6.3.x
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.0.4 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Printing and PDF export
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>raihan.raihan@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I use convert pdf webservice on production.
Since update libreoffice 6.2 or 6.3 version I get slow performance when
generate pdf documents.





Steps to Reproduce:
$ /snap/bin/libreoffice --version
LibreOffice 6.3.0.4 714e3e990d6aa57321bebab01999254e7bc38485


time /snap/bin/libreoffice --headless  --convert-to pdf:writer_pdf_Export
--outdir /tmp/ mem_00000649.odt

Actual Results:
$ /snap/bin/libreoffice --version
LibreOffice 6.3.0.4 714e3e990d6aa57321bebab01999254e7bc38485


convert mem_00000649.odt -> /tmp/mem_00000649.pdf using filter :
writer_pdf_Export
Overwriting: /tmp/mem_00000649.pdf

real    0m9,164s
user    0m8,981s
sys     0m0,199s


Expected Results:
$ libreoffice --version
LibreOffice 6.0.7.3 00m0(Build:3)

$ time libreoffice --headless  --convert-to pdf:writer_pdf_Export --outdir /tmp
mem_00000649.odt

convert mem_00000649.odt -> /tmp/mem_00000649.pdf using filter :
writer_pdf_Export
Overwriting: /tmp//mem_00000649.pdf

real    0m1,987s
user    0m1,867s
sys     0m0,133s




Reproducible: Always


User Profile Reset: No



Additional Info:</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>