https://bugs.documentfoundation.org/show_bug.cgi?id=141116
Bug ID: 141116
Summary: Running a convert from Word to PDF script grey lines
are added to the final PDF document
Product: LibreOffice
Version: 7.1.1.2 release
Hardware: PowerPC
OS: Mac OS X (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs