aneesh.vemuri wrote: > I searched for documentation of converting ppt documents to pptx format in > headless mode and I only saw examples of converting to pdf. > Can someone please help me with the parameters to be passed for this. I have > ppt files coming in and I want to save them as pptx files.
I believe the "-convert-to" parameter accepts any file type that "Save as..." accepts. So just replace the "pdf" with "pptx" in the command line. So, it might look something like this: soffice -headless -convert-to pptx TestFile.ppt Regards Stephan -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
