unoconv is a program that converts openoffice any other documents to different
formats. Its man page says it can use a listener: Example:
> unoconv --listener &
> unoconv -f pdf some-document.odt
> unoconv -f doc other-document.odt
> unoconv -f jpg some-image.png
> unoconv -f xsl some-spreadsheet
Hi Paul,
On Sat, Aug 13, 2011 at 03:55:24AM -0500, Paul Elliott spake thus:
>
> unoconv is a program that converts openoffice any other documents to
> different
> formats. Its man page says it can use a listener: Example:
> > unoconv --listener &
> > unoconv -f pdf some-document.odt
> > unoconv