<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 - Running a convert from Word to PDF script grey lines are added to the final PDF document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141116">141116</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Running a convert from Word to PDF script grey lines are added to the final PDF document
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>PowerPC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X (All)
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>rfjames@yahoo.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I made an AppleScript to convert .docx file to .pdf : "do shell script "
        & Quote (
                "/Applications/LibreOffice.app/Contents/MacOS/soffice
--convert-to pdf --outdir "
                & Quote ( ConvertFromFileMakerPath ( $DIR ; PosixPath ) )
                & " "
                & Quote ( ConvertFromFileMakerPath ( $DOCX ; PosixPath ) )
        )

However the converted PDF file has grey lines added to the document that were
not in the origional document.

Steps to Reproduce:
1.Container containing a .docx file
2.using the aforementioned AppleScript 
3.converts to a .PDF file in another container

Actual Results:
Running the Above AppleScript  produces grey lines in any converted document. 
I am on a Powerbook Pro running Big Sur

Expected Results:
A clean copy of the origional word file in PDF format.  Manually using the
print to PDF command in the OS it works without error and without lines!


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I am not a programmer and this script was prepared for me.  The Preparer runs
it on his system not running Big Sur and it works without errors</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>