apt-get install unoconv soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
doc to odt unoconv -c "socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" -f odt *.doc doc to pdf unoconv -c "socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" -f pdf *.doc The list of formats to which the document can be converted is given in the following page. http://dag.wieers.com/home-made/unoconv/ References: http://bit.ly/bVEVAp http://wiki.alfresco.com/wiki/Running_OpenOffice_From_Terminal -Sreenadh "Liberate your documents" - documentfreedom.org debian.sreenadh.in On Tue, Sep 7, 2010 at 7:20 PM, Paresh <[email protected]> wrote: > Friends, > > Is there a easy way to convert doc files to rtf format. I have hundreds of > doc files. So, I wish to save space by converting them to rtf. > > Thanks in advance. > > Best, > Paresh _______________________________________________ Indian Libre User Group Cochin Mailing List http://www.ilug-cochin.org/mailing-list/ http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org #[email protected]
