Convert word format file to pdf by automator
Now I am trying to convert a word file to convert pdf format by automator. Could you please provide your precious solution on this. The following is the information of my Mac.
MacBook Pro 13″, macOS 14.0
Now I am trying to convert a word file to convert pdf format by automator. Could you please provide your precious solution on this. The following is the information of my Mac.
MacBook Pro 13″, macOS 14.0
You do not need Automator to do this, and I do not believe Automator can even do it. My understanding is that MS dropped support for Automator back in the Office Mac 2016 days.
Here are two ways to convert Word docs to PDF:
You do not need Automator to do this, and I do not believe Automator can even do it. My understanding is that MS dropped support for Automator back in the Office Mac 2016 days.
Here are two ways to convert Word docs to PDF:
Skip Automator.
/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to pdf:"writer_pdf_Export" foo.docx
or to PDF/A-3b (Tested: Sonoma 14.0 and LO 7.6.2):
/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to 'pdf:draw_pdf_Export:{"SelectPdfVersion":{"type":"long", "value":3}}' foo.docx
Just print it to a .pdf:
Do a print, and then click the PDF button.
Thanks a lot.
Thanks a lot
Thank you.
Convert word format file to pdf by automator