ExpandAnimations
ExpandAnimations copied to clipboard
Can thie extension be used in CmdLine with soffice.bin?
Can thie extension be used in CmdLine with soffice.bin?
I don't know, I've never tried.
any guiding idea about how to use extensions in command line?
You can install and uninstall the extension with:
unopkg add -s dist/ExpandAnimations-$(VERSION).oxt
unopkg remove vnd.basicaddonbuilder.expandanimations
.
And you can run the extension with the command:
libreoffice --headless fileToExpand macro:///ExpandAnimations.ExpandAnimations.Main
.
Currently, the extension doesn't stop after generating the PDF file and you need to kill it with CTRL-C.
The executable soffice.bin should be similar to the libreoffice executable but I didn't test it.