On 12/23/2011 07:44 AM, Scott Jones wrote:
I would like to convert an RTF document to PDF. I know LO can do this but what I would like is the ability for LO to do it from the command line. Is this possible? I am running LO 3.4.4 on Windows XP.
This works for me on linux: /opt/libreoffice3.4/program/soffice -norestore -nofirststartwizard -nologo -headless -pt CUPS-PDF-Printer 57343-001.rtf That is: <full path to soffice> -norestore -nofirststartwizard -nologo -headless -pt <printername> <rtf document> This also works: $ /opt/libreoffice3.4/program/soffice --headless -convert-to pdf 57343-001.rtf That is: <full path to soffice> --headless -convert-to pdf <rtf document> Note that 'headless' has two dashes and 'convert-to pdf' has one dash. Ref is here: <http://wiki.services.openoffice.org/wiki/Framework/Article/Command_Line_Arguments> and this thread: <http://listarchives.libreoffice.org/global/users/msg07301.html> Note the -help commands: <http://listarchives.libreoffice.org/global/users/msg07422.html> -- For unsubscribe instructions e-mail to: users+help@global.libreoffice.org 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