I am using the following command to convert the PPT file to JPG
soffice --headless --convert-to jpg --outdir “c:/tmp” file1.pptx
The above command always converts the 1st page of ppt to JPG. I am looking for a way to convert the specific page (may be 3rd or 5th or 6th … some thing like that) to JPG. Is there any command line option provided by libreoffice through which I can achieve this ?li
The version of libreoffice I am using is 6.1.4