I have the following simple Word document that has vertical text:
simple_vertical_text.docx (24.6 KB)
I need to convert this Word document to PDF on Ubuntu via the command line interface. I used this command:
libreoffice --headless --convert-to pdf simple_vertical_text.docx
The libreoffice version is 6.0.7.3 00m0(Build:3).
This is the resulting PDF:
simple_vertical_text.pdf (56.2 KB)
Note how the vertical text is now horizontal and at the top of the page.
Any help would be greatly appreciated.
Thanks!