Hi,
(first question for me).
Can you please help me understand how can I set up orientation landscape when printing with soffice bash command?
Currently I’m using this command:
soffice --headless --convert-to pdf:"calc_pdf_Export" /Users/path/to/file/.xlsx
but it prints the PDF vertically/portrait (with the shortest side align with the page below) while I need to print in landscape mode (with the longest page side aligned with the page below).
I already tried to modify the .xlsx file settings for orientation landscape but no positive results.
Thanks for your help