I have a word document with a macro named JamieTest. How do I run this from the commandline.
My attempted statement is
soffice --convert-to pdf --norestore --writer --headless C:\Database\Draft.docx “macro:///Standard.Module1.JamieTest” --outdir /database
This outputs my pdf, but has not ran the macro.