How to invoke an Openoffice macro from the Linux command line.

Posted by C.W.Holeman II on Super User See other posts from Super User or by C.W.Holeman II
Published on 2010-05-16T14:07:29Z Indexed on 2010/05/16 14:10 UTC
Read the original article Hit count: 174

I have an OpenOfice macro that I want to use to process the contents of an OpenOffice file. I am able to do this by opening the file with OpenOffice and then running the macro. How do I invoke the macro from the Linux command line without using the GUI? Something like:

$ oowriter -headless -o MyDocument.odt -RUNMACRO MyLittleMacro 

© Super User or respective owner

Related posts about linux

Related posts about command-line