On 26-12-2011 13:14, Tom wrote: > Hi Luuk > > Thanks for clarifying that. It makes more sense now. So the command would > be either > > soffice -writer --headless --convert-to pdf file-name.rtf' > > or > > lowriter --headless --convert-to pdf file-name.rtf' > > or on Windows a 3rd way of trying > > soffice.exe -writer --headless --convert-to pdf file-name.rtf'
soffice --headless --convert-to pdf file-name.rtf The option '-writer' is not needed, because an RTF-file will be openend with writer per-default.... Is however 'strange' that the options on a Windows computer need two '--' (i.e. --headless), and on linux just need one '-' (i.e. -headless) Should this not be more standardized? -- 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
