I need to create images of all pages of a document using the command line. Using the UI or changing parameters via the UI is NOT an option; all needs to be done using the CLI.
This command line works, but saves only the first page.
soffice --headless --convert-to jpg --outdir ... file.docx
Is there a way of passing more parameters to the convert-to ? What parameters are available ?
Any help is appreciated.
Thank you,