[libreoffice-users] Re: Command line (convert) parameter(s)

2011-10-10 Thread Muthu Subramanian K
Hi, I know its an old thread, nevertheless I thought I will quickly answer these: For docx: -convert-to docx:Office Open XML Text For xlsx: -convert-to xlsx:Calc Office Open XML The parameters are filter names from filter/source/config/fragments/filters/ Regards, Muthu Subramanian -- For

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-29 Thread Stephan Zietsman
leif wrote: *Hi, For some reason I coulnd't make the *.doc to work. Instead I managed to create a batch file: Hi leif, apparently, the * (star) character won't work properly in Windows, according to http://muthusuba.blogspot.com/2011/03/so-called-hidden-features-of.html: quote [PS: wildcards

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-28 Thread Stephan Zietsman
Nuno J. Silva wrote: According to the code, only UNIX systems get the help text written to the console. Everything else gets a dialog box. ,[desktop/source/app/cmdlinehelp.cxx, line 154] | #ifdef UNX |         // on unix use console for output |         fprintf(stdout, %s%s, | [...] |

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-28 Thread leif
Den 24-06-2011 23:31, NoOp skrev: -convert-to pdf:writer_pdf_Export -outdir /home/user *.doc *Hi, For some reason I coulnd't make the *.doc to work. Instead I managed to create a batch file: for %%f in (*.odt) do C:\LibO\program\soffice -invisible -convert-to pdf -outdir Output/ %%f

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-27 Thread Stephan Zietsman
NoOp wrote: Not sure about Windows, but here is the output of the '--help' command in linux. I suspect that the same commands are also available in Windows. snip Thanks NoOp, that's what I was looking for. The message window I described only lists the options up to -infilter=filter along

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-27 Thread Nuno J. Silva
On 2011-06-27, Stephan Zietsman wrote: Tom wrote: I think on Windows you can pipe commands although it's a bit different from gnulinux or bsd. I htink there is a way of piping output into a text-file but i don't know how. This might work tho soffice.exe -? | more The |more option does

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread Tom Davies
, 25 June, 2011 3:03:04 Subject: Re: [libreoffice-users] Re: Command line (convert) parameter(s) NoOp gl...@sbcglobal.net writes: On 06/22/2011 02:33 AM, Stephan Zietsman wrote: --convert-to output_file_extension[:output_filter_name] [-outdir ouput_dir] files Batch convert files

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread Tom Davies
:) From: Nuno J. Silva nunojsi...@ist.utl.pt To: users@global.libreoffice.org Sent: Sat, 25 June, 2011 12:06:54 Subject: Re: [libreoffice-users] Re: Command line (convert) parameter(s) On 2011-06-25, Tom Davies wrote: lee l...@yun.yagibdah.de wrote: NoOp gl...@sbcglobal.net writes

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread lee
Tom Davies tomdavie...@yahoo.co.uk writes: The error message is very specific. It says /home/lee/tmp/pdf does not exist which means there is no file called pdf in the /home/lee/tmp folder. Maybe he has missed the ending of the file-name. Or maybe he is looking in the wrong folder. The

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread lee
Tom Davies tomdavie...@yahoo.co.uk writes: Ahah. Ok, have you tried a single - as well as a doubled one -- ? Did that just confuse it so that it outputs the quick help thing again? or did it just appear to do nothing? Always top-posting ... No, I haven't tried a single - because that

[libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread $}usenet.jrh {$
On Sat, 25 Jun 2011 13:58:14 +0200, lee wrote: Tom Davies tomdavie...@yahoo.co.uk writes: The error message is very specific. It says /home/lee/tmp/pdf does not exist which means there is no file called pdf in the /home/lee/tmp folder. Maybe he has missed the ending of the file-name. Or

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-25 Thread Nuno J. Silva
On 2011-06-25, Jonathan) {$@(R.)daria.co.uk (Hudson wrote: On Sat, 25 Jun 2011 13:58:14 +0200, lee wrote: Tom Davies tomdavie...@yahoo.co.uk writes: The error message is very specific. It says /home/lee/tmp/pdf does not exist which means there is no file called pdf in the /home/lee/tmp

[libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-24 Thread NoOp
On 06/22/2011 02:33 AM, Stephan Zietsman wrote: ... On a second point, soffice.exe -? is a little tricky. Instead of listing the available command parameters to the console, it opens up a Help Message... window (this is in Windows7 x64). Not all of the text fits into this window, and I

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-24 Thread Tom Davies
as the Windows version. Regards from Tom :) From: NoOp gl...@sbcglobal.net To: users@global.libreoffice.org Sent: Fri, 24 June, 2011 22:31:20 Subject: [libreoffice-users] Re: Command line (convert) parameter(s) On 06/22/2011 02:33 AM, Stephan Zietsman wrote

Re: [libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-24 Thread lee
NoOp gl...@sbcglobal.net writes: On 06/22/2011 02:33 AM, Stephan Zietsman wrote: --convert-to output_file_extension[:output_filter_name] [-outdir ouput_dir] files Batch convert files. If -outdir is not specified then current working dir is used as output_dir. Eg.

[libreoffice-users] Re: Command line (convert) parameter(s)

2011-06-24 Thread NoOp
On 06/24/2011 07:03 PM, lee wrote: NoOp gl...@sbcglobal.net writes: On 06/22/2011 02:33 AM, Stephan Zietsman wrote: --convert-to output_file_extension[:output_filter_name] [-outdir ouput_dir] files Batch convert files. If -outdir is not specified then current working dir is